v.21.9Improvement
Improved znode existence and empty string judgment in clickhouse-keeper
Improved the existence condition judgment and empty string node judgment when clickhouse-keeper creates znode. #27125 (小路).Why it matters
This enhancement addresses issues related to the creation of znodes byclickhouse-keeper, ensuring more reliable detection of existing nodes and proper handling of empty string node values. It helps prevent errors caused by incorrect existence checks or empty nodes, thus improving overall stability and correctness in znode management.How to use it
Users benefit from this improvement automatically when using the updated version ofclickhouse-keeper. No special configuration or action is required to enable this enhanced znode existence and empty string validation.