eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
993 stars 235 forks source link

<fix>: prevent a server joining another cluster whlit it is already in one. #504

Closed fwhdzh closed 4 months ago

fwhdzh commented 4 months ago

This a pull request for fixing the problem mentioned in issue #233 I've added an additional check to prevent a node from joining multiple clusters.