Skip to content

Commit 398aca4

Browse files
authored
Merge pull request #4056 from ClickHouse/update-keeper-feature-flags
Update Keeper feature flag defaults
2 parents bae1d39 + 6baaec0 commit 398aca4

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docs/guides/sre/keeper/index.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,11 +450,18 @@ Example of feature flag config that disables `multi_read` and enables `check_not
450450

451451
The following features are available:
452452

453-
- `multi_read` - support for read multi request. Default: `1`
454-
- `filtered_list` - support for list request which filters results by the type of node (ephemeral or persistent). Default: `1`
455-
- `check_not_exists` - support for `CheckNotExists` request, which asserts that node doesn't exists. Default: `0`
456-
- `create_if_not_exists` - support for `CreateIfNotExists` request, which will try to create a node if it doesn't exist. If it exists, no changes are applied and `ZOK` is returned. Default: `0`
457-
- `remove_recursive` - support for `RemoveRecursive` request, which removes the node along with its subtree. Default: `0`
453+
| Feature | Description | Default |
454+
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
455+
| `multi_read` | Support for read multi request | `1` |
456+
| `filtered_list` | Support for list request which filters results by the type of node (ephemeral or persistent) | `1` |
457+
| `check_not_exists` | Support for `CheckNotExists` request, which asserts that node doesn't exist | `1` |
458+
| `create_if_not_exists` | Support for `CreateIfNotExists` request, which will try to create a node if it doesn't exist. If it exists, no changes are applied and `ZOK` is returned | `1` |
459+
| `remove_recursive` | Support for `RemoveRecursive` request, which removes the node along with its subtree | `1` |
460+
461+
:::note
462+
Some of the feature flags are enabled by default from version 25.7.
463+
The recommended way of upgrading Keeper to 25.7+ is to first upgrade to version 24.9+.
464+
:::
458465

459466
### Migration from ZooKeeper {#migration-from-zookeeper}
460467

0 commit comments

Comments
 (0)