ZKPR_STIMEOUT= Parameter File Option

For SPD Server distributed locking, specifies the wait time before the session is considered expired.

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

Syntax

ZKPR_STIMEOUT=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 client session to be expired (for example, zkpr_stimeout=150000;). When operating normally, the client establishes a connection to the server and communicates with it over that connection. The connection might be dropped and re-established as the network or server nodes experience faults. But the client session continues to exist for the duration of these interruptions. If an interruption persists for more than the specified value, the client session is considered expired and is terminated. No reconnection is possible after that. Values less than or equal to zero are ignored.