zookeeper-cpp
ZooKeeper Client for C++
|
Raised when attempting an ensemble reconfiguration, but the proposed new ensemble would not be able to form quorum. More...
#include <zk/error.hpp>
Additional Inherited Members | |
Public Member Functions inherited from zk::invalid_ensemble_state | |
invalid_ensemble_state (error_code code, const std::string &description) | |
Public Member Functions inherited from zk::error | |
error (error_code code, const std::string &description) | |
error_code | code () const |
The code representation of this error. More... | |
Raised when attempting an ensemble reconfiguration, but the proposed new ensemble would not be able to form quorum.
This happens when not enough time has passed for potential new servers to sync with the leader. If the proposed new ensemble is up and running, the solution is usually to simply wait longer and attempt reconfiguration later.