Skip to content

Commit 9e9e02e

Browse files
authored
Update iproto replication doc to 2.11 (#4635)
Resolves #4495, #2275, #2276, #4011
1 parent 1348ca2 commit 9e9e02e

14 files changed

+327
-25
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
@startuml
2+
3+
skinparam {
4+
HyperlinkColor #0077FF
5+
FontColor #313131
6+
BorderColor #313131
7+
BackgroundColor transparent
8+
}
9+
10+
json "**IPROTO_FETCH_SNAPSHOT**" as fetch_snapshot_request {
11+
"Size": "MP_UINT",
12+
"Header": {
13+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_FETCH_SNAPSHOT",
14+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
15+
}
16+
}
17+
18+
@enduml
Lines changed: 28 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
@startuml
2+
3+
skinparam {
4+
HyperlinkColor #0077FF
5+
FontColor #313131
6+
BorderColor #313131
7+
BackgroundColor transparent
8+
}
9+
10+
json "**IPROTO_JOIN_META**" as join_meta_request {
11+
"Size": "MP_UINT",
12+
"Header": {
13+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_JOIN_META",
14+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
15+
}
16+
}
17+
18+
@enduml
Lines changed: 28 additions & 0 deletions
Loading

doc/reference/internals/iproto/images/repl_join_request.puml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ json "**IPROTO_JOIN**" as join_request {
1414
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
1515
},
1616
"Body": {
17-
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_UUID]]": "MP_STR – UUID of this instance"
17+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_UUID]]": "MP_STR – UUID of this instance",
18+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SERVER_VERSION]]": "MP_UINT – replica's version"
1819
}
1920
}
2021

doc/reference/internals/iproto/images/repl_join_request.svg

Lines changed: 6 additions & 5 deletions
Loading

doc/reference/internals/iproto/images/repl_join_response.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ skinparam {
77
BackgroundColor transparent
88
}
99

10-
json "**Response to IPROTO_JOIN**" as join_response {
10+
json "**Response to IPROTO_JOIN/IPROTO_FETCH_SNAPSHOT**" as join_response {
1111
"Size": "MP_UINT",
1212
"Header": {
1313
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_OK",

0 commit comments

Comments
 (0)