proposalbot 3ccfbdc0f0 Changes to mrs_operation-guide from docs/doc-exports#475 (MRS component operatio
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2022-12-09 14:50:38 +00:00

4.0 KiB

original_name

mrs_01_2094.html

Common ZooKeeper Parameters

Navigation path for setting parameters:

Go to the All Configurations page of ZooKeeper by referring to Modifying Cluster Service Configuration Parameters <mrs_01_2125>. Enter a parameter name in the search box.

Table 1 Parameters
Parameter Description Default Value
skipACL Specifies whether to skip the permission check of the ZooKeeper node. no
maxClientCnxns Specifies the maximum number of connections of ZooKeeper. It is recommended this parameter is set to a larger value in scenarios with a large number of connections. 2000
LOG_LEVEL Specifies the log level. This parameter can be set to DEBUG during commissioning. INFO
acl.compare.shortName Specifies whether to perform ACL authentication only by principal username when the Znode ACL authentication type is SASL. true
synclimit Specifies the interval of synchronization between the follower and leader (unit: tick). If the leader does not respond within the specified time range, the connection cannot be established. 15
tickTime Specifies the duration of a tick (in milliseconds). It is the basic time unit used by ZooKeeper, which defines heartbeat and timeout durations. 4000

Note

The ZooKeeper internal time is determined by ticktime and synclimit. To increase the ZooKeeper internal timeout interval, increase the timeout interval for the client to connect to ZooKeeper.