Marcosrico opened a new issue, #2202: URL: https://github.com/apache/helix/issues/2202
### Describe the bug A clear and concise description of what the bug is. Despite a successful retry in the `ZkBaseDataAccessor`, failure to remove a znode parent with children still throws an error log. This leads to log spamming. ### To Reproduce Steps to reproduce the behavior. Calling `ZkClient.delete()` in `ZkBaseDataAccessor.remove()` on a znode with children. ### Expected behavior A clear and concise description of what you expected to happen. Currently, a failure to remove a znode with children throws a log error with stack-trace that is jarring to users even though it succeeds later. The failure should just throw an info log. ### Additional context Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
