ZKPR_RETRYSLEEP= Parameter File Option

For SPD Server distributed locking, specifies the amount of time that Curator sleeps between attempts to connect to ZooKeeper.

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

Syntax

ZKPR_RETRYSLEEP=n;

Required Argument

n

is the number of milliseconds that Curator sleeps between attempts to connect to ZooKeeper (for example, zkpr_retrysleep=2000;). The sleep time starts with this setting, but increases between each attempt. Values less than or equal to zero are ignored.