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
!108
feature: support replicaset_id
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feature: support replicaset_id
replicaset-id
into
master
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Yaroslav Dynnikov
requested to merge
replicaset-id
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
Choose it in the topology module if it's not provided in a
JoinRequest
.
Persist in
raft_group
space.
Respond with an error if
JoinRequest
contains different
replicaset_id
.
In
JoinResponse
it's transferred automatically.
Part of
#51 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
00b2749e
1 commit,
2 years ago
3 files
+
85
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/traft/mod.rs
+
1
−
1
Options
@@ -69,7 +69,7 @@ pub struct Peer {
pub
peer_address
:
String
,
pub
voter
:
bool
,
pub
instance_id
:
String
,
//
pub replicaset_id: String,
pub
replicaset_id
:
String
,
pub
instance_uuid
:
String
,
// pub replicaset_uuid: String,
/// `0` means it's not committed yet.
Loading