Skip to content

Commit a6680c1

Browse files
Use new key for leader election to avoid conflicts (#374)
1 parent 5328718 commit a6680c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/runtime_cluster_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
)
4141

4242
var (
43-
masterURLKey = []string{"arangodb-helper", "arangodb", "master"}
43+
masterURLKey = []string{"arangodb-helper", "arangodb", "leader"}
4444
)
4545

4646
// runtimeClusterManager keeps the cluster configuration up to date during a running state.

0 commit comments

Comments
 (0)