zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
zk::new_configuration_no_quorum Class Referencefinal

Raised when attempting an ensemble reconfiguration, but the proposed new ensemble would not be able to form quorum. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::new_configuration_no_quorum:

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...
 

Detailed Description

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.

Definition at line 219 of file error.hpp.


The documentation for this class was generated from the following files: