Skip to content

Commit 5e66c2f

Browse files
committed
Review fixes
1 parent 9fc9efc commit 5e66c2f

File tree

5 files changed

+92
-24
lines changed

5 files changed

+92
-24
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ json "**IPROTO_FETCH_SNAPSHOT**" as fetch_snapshot_request {
1212
"Header": {
1313
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_FETCH_SNAPSHOT",
1414
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
15-
},
16-
"Body": {
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"
1915
}
2016
}
2117

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

Lines changed: 1 addition & 5 deletions
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
@startuml
2+
3+
skinparam {
4+
HyperlinkColor #0077FF
5+
FontColor #313131
6+
BorderColor #313131
7+
BackgroundColor transparent
8+
}
9+
10+
json "**IPROTO_REGISTER**" as register_request {
11+
"Size": "MP_UINT",
12+
"Header": {
13+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_REGISTER",
14+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
15+
},
16+
"Body": {
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_VCLOCK]]": "MP_MAP"
19+
}
20+
}
21+
22+
@enduml
Lines changed: 32 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)