ZKPR_CTIMEOUT= Parameter File Option

For SPD Server distributed locking, specifies the connection time-out.

Valid in: spdsserv.parm file
Default: 30000
See: SPD Server Distributed Locking

Syntax

ZKPR_CTIMEOUT=n;

Required Argument

n

is the number of milliseconds that Curator and the ZooKeeper client wait for a communication from the ZooKeeper server before considering the server connection to be expired (for example, zkpr_ctimeout=10000;). When operating normally, the client establishes a connection to the server and communicates with it over that connection. If the connection is non-responsive for more than the specified value, it is considered expired and is dropped, followed by an attempt to establish a new connection. Values less than or equal to zero are ignored.