Fix markdownfmt issues
This commit is contained in:
parent
9d2427e1f4
commit
43ad2c64d8
|
|
@ -85,13 +85,14 @@ Defaults to `false`. Zookeeper's [`standaloneEnabled`](http://zookeeper.apache.o
|
||||||
### `ZOO_AUTOPURGE_PURGEINTERVAL`
|
### `ZOO_AUTOPURGE_PURGEINTERVAL`
|
||||||
|
|
||||||
Defaults to `0`. Zookeeper's [`autoPurge.purgeInterval`](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_advancedConfiguration)
|
Defaults to `0`. Zookeeper's [`autoPurge.purgeInterval`](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_advancedConfiguration)
|
||||||
|
|
||||||
> New in 3.4.0: The time interval in hours for which the purge task has to be triggered. Set to a positive integer (1 and above) to enable the auto purging. Defaults to 0.
|
> New in 3.4.0: The time interval in hours for which the purge task has to be triggered. Set to a positive integer (1 and above) to enable the auto purging. Defaults to 0.
|
||||||
|
|
||||||
### `ZOO_AUTOPURGE_SNAPRETAINCOUNT`
|
### `ZOO_AUTOPURGE_SNAPRETAINCOUNT`
|
||||||
|
|
||||||
Defaults to `3`. Zookeeper's [`autoPurge.snapRetainCount`](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_advancedConfiguration)
|
Defaults to `3`. Zookeeper's [`autoPurge.snapRetainCount`](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_advancedConfiguration)
|
||||||
|
|
||||||
>New in 3.4.0: When enabled, ZooKeeper auto purge feature retains the autopurge.snapRetainCount most recent snapshots and the corresponding transaction logs in the dataDir and dataLogDir respectively and deletes the rest. Defaults to 3. Minimum value is 3.
|
> New in 3.4.0: When enabled, ZooKeeper auto purge feature retains the autopurge.snapRetainCount most recent snapshots and the corresponding transaction logs in the dataDir and dataLogDir respectively and deletes the rest. Defaults to 3. Minimum value is 3.
|
||||||
|
|
||||||
## Replicated mode
|
## Replicated mode
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue