|
Zookeeper::setDeterministicConnOrderEnable/disable quorum endpoint order randomization. Description
public
static
bool Zookeeper::setDeterministicConnOrder
( bool
$yesOrNo
)If passed a non-zero value, will make the client connect to quorum peers in the order as specified in the zookeeper_init() call. A zero value causes zookeeper_init() to permute the peer endpoints which is good for more even client connection distribution among the quorum peers. Parameters
Return Values
Returns Errors/ExceptionsThis method emits PHP error/warning when parameters count or types are wrong or operation fails. NotesCaution
Note: typically this method should NOT be used outside of testing.
Warning
This function is not (yet) binary safe!
See Also
|