ZKPR_MAXRETRY= Parameter File Option

For SPD Server distributed locking, specifies the number of times that Curator attempts to connect to ZooKeeper before failing.

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

Syntax

ZKPR_MAXRETRY=n;

Required Argument

n

is the number of times that Curator attempts to connect to ZooKeeper before failing (for example, zkpr_maxretry=5;). Values less than or equal to zero are ignored.