Skip to content

Commit 511e4d5

Browse files
committed
Update after the review
1 parent 8b58c45 commit 511e4d5

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

doc/dev_guide/internals/iproto/images/repl_heartbeat_message.puml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ json "**Heartbeat message from master**" as heartbeat_request {
1212
"Header": {
1313
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general IPROTO_REQUEST_TYPE]]": "IPROTO_OK",
1414
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_REPLICA_ID]]": "MP_UINT",
15-
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general IPROTO_TIMESTAMP]]": "MP_DOUBLE",
15+
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general IPROTO_TIMESTAMP]]": "MP_DOUBLE"
16+
},
17+
"Body": {
1618
"(Optional) [[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_VCLOCK_SYNC]]": "MP_UINT"
1719
}
1820
}
Lines changed: 1 addition & 1 deletion
Loading

doc/dev_guide/internals/iproto/images/repl_heartbeat_response.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ json "**Response from replica**" as heartbeat_response {
1616
},
1717
"Body": {
1818
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_VCLOCK]]": "MP_MAP",
19-
"(Optional) [[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general IPROTO_VCLOCK_SYNC]]": "MP_UINT",
19+
"(Optional) [[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#general-replication IPROTO_VCLOCK_SYNC]]": "MP_UINT",
2020
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys/#synchronous-replication IPROTO_TERM]]": "MP_UINT"
2121
}
2222
}

0 commit comments

Comments
 (0)