You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatevarmembership:Cluster.Membership // FIXME: we need to ensure the membership is always up to date -- we need the initial snapshot or a diff from a zero state etc.
106
-
privatevarelection:LeaderElection
107
+
privatevarelection:LegacyLeaderElection
107
108
108
-
init(_ election:LeaderElection){
109
+
init(_ election:LegacyLeaderElection){
109
110
self.election = election
110
111
self.membership =.empty
111
112
}
@@ -227,7 +228,7 @@ extension Leadership {
227
228
/// fulfilling this role whenever the minimum number of nodes exist. This may be useful when operation would
228
229
/// potentially be unsafe given less than `minimumNrOfMembers` nodes.
0 commit comments