Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Merge requests
!410
chore(docs): Peer -> Instance in clustering.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore(docs): Peer -> Instance in clustering.md
chore/remove-peer-from-clustering.md
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Georgy Moshkin
requested to merge
chore/remove-peer-from-clustering.md
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
dd0c340b
2 years ago
master (base)
and
latest version
latest version
12292fbc
1 commit,
2 years ago
version 1
dd0c340b
1 commit,
2 years ago
1 file
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/clustering.md
+
5
−
5
Options
@@ -87,15 +87,15 @@ struct join::Request {
```
rust
struct
join
::
Response
{
/// Добавленный
пир
(чтобы знать все айдишники)
peer
:
Peer
,
///
Воу
тер
ы
(чтобы добавляемый инстанс мог наладить контакт)
raft_group
:
Vec
<
Peer
>
,
/// Добавленный
инстанс
(чтобы знать все айдишники)
instance
:
Instance
,
///
Адреса остальных инстансев клас
тер
а
(чтобы добавляемый инстанс мог наладить контакт)
peer_addresses
:
Vec
<
Peer
Address
>
,
/// Настройки репликации (чтобы инициализировать репликацию)
box_replication
:
Vec
<
String
>
,
}
struct
Peer
{
struct
Instance
{
// всевозможные идентификаторы
raft_id
:
RaftId
,
instance_id
:
String
,
Loading