-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix znode subset deletion requiring parent path and recursive de…
…letion algorithm (#74) Addressed the following specific issues: 1. Deleting a subset of znodes required the full parent path, resulting in a "zk: invalid path" error if not provided. 2. The recursive deletion algorithm only deleted the last-level path, failing to handle intermediate-level child nodes.
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters