Skip to content

Commit 1d46ff5

Browse files
authored
Update iproto replication docs to 3.0 (#4638)
Resolves #3503, #3886
1 parent 9e9e02e commit 1d46ff5

11 files changed

+75
-11
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ json "**IPROTO_BALLOT body**" as ballot {
1616
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys/#general-replication IPROTO_BALLOT_IS_BOOTED]]": "MP_BOOL",
1717
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys/#general-replication IPROTO_BALLOT_CAN_LEAD]]": "MP_BOOL",
1818
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys/#general-replication IPROTO_BALLOT_BOOTSTRAP_LEADER_UUID]]": "MP_STR",
19-
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys/#general-replication IPROTO_BALLOT_REGISTERED_REPLICA_UUIDS]]": "MP_ARRAY"
19+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys/#general-replication IPROTO_BALLOT_REGISTERED_REPLICA_UUIDS]]": "MP_ARRAY",
20+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys/#general-replication IPROTO_BALLOT_INSTANCE_NAME]]": "MP_STR"
2021
}
2122

2223
@enduml

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

Lines changed: 33 additions & 1 deletion
Loading

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ 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_SERVER_VERSION]]": "MP_UINT – replica's version"
1518
}
1619
}
1720

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

Lines changed: 4 additions & 1 deletion
Loading

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ json "**IPROTO_JOIN**" as join_request {
1515
},
1616
"Body": {
1717
"[[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"
18+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_NAME]]": "MP_STR - name of this instance",
19+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SERVER_VERSION]]": "MP_UINT – instance's version"
1920
}
2021
}
2122

0 commit comments

Comments
 (0)