Skip to content

Feature: cluster id mismatch check

Sergey V requested to merge feature/cluster-id-mismatch-check into master
tarantool> box.func['.raft_join']:call({"wrong-cluster-id", "i2", nil, "", true})
---
- error: 'cannot join the instance to the cluster: cluster_id mismatch: cluster_id
    of the instance = "wrong-cluster-id", cluster_id of the cluster = "c"'
...

Close #86 (closed)

Edited by Sergey V

Merge request reports