-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update iproto replication doc to 2.11 (#4635)
- Loading branch information
Showing
14 changed files
with
369 additions
and
67 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
doc/dev_guide/internals/iproto/images/repl_fetch_snapshot_request.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
28 changes: 28 additions & 0 deletions
28
doc/dev_guide/internals/iproto/images/repl_fetch_snapshot_request.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 26 additions & 25 deletions
51
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.
Oops, something went wrong.