Skip to content

Commit

Permalink
Update iproto replication doc to 2.11 (#4635)
Browse files Browse the repository at this point in the history
Resolves #4495, #2275, #2276, #4011
  • Loading branch information
p7nov committed Nov 15, 2024
1 parent 97d7569 commit 20301e7
Show file tree
Hide file tree
Showing 14 changed files with 369 additions and 67 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@startuml

skinparam {
HyperlinkColor #0077FF
FontColor #313131
BorderColor #313131
BackgroundColor transparent
}

json "**IPROTO_FETCH_SNAPSHOT**" as fetch_snapshot_request {
"Size": "MP_UINT",
"Header": {
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_FETCH_SNAPSHOT",
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
}
}

@enduml
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions doc/dev_guide/internals/iproto/images/repl_join_meta.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@startuml

skinparam {
HyperlinkColor #0077FF
FontColor #313131
BorderColor #313131
BackgroundColor transparent
}

json "**IPROTO_JOIN_META**" as join_meta_request {
"Size": "MP_UINT",
"Header": {
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_JOIN_META",
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
}
}

@enduml
28 changes: 28 additions & 0 deletions doc/dev_guide/internals/iproto/images/repl_join_meta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions doc/dev_guide/internals/iproto/images/repl_join_request.puml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ skinparam {
json "**IPROTO_JOIN**" as join_request {
"Size": "MP_UINT",
"Header": {
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_JOIN",
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_JOIN",
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
},
"Body": {
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_INSTANCE_UUID]]": "MP_STR – UUID of this instance"
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_UUID]]": "MP_STR – UUID of this instance",
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SERVER_VERSION]]": "MP_UINT – replica's version"
}
}

Expand Down
51 changes: 26 additions & 25 deletions doc/dev_guide/internals/iproto/images/repl_join_request.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 20301e7

Please sign in to comment.