jira-importer commented on issue #574: URL: https://github.com/apache/curator/issues/574#issuecomment-2604699014
<i><a href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=randgalt">randgalt</a>:</i> <p>ensurePath might throw an exception if connection couldn't succeed. The exception was being swallowed by createNode causing the recipe to fail if there wasn't a good connection when the object was started. Switched to use creatingParentsIfNeeded. It's more efficient anyway. Also, fixed swallowed exceptions.</p> <p>TODO - check other recipes' uses of ensurePath for similar problem.</p> -- 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: dev-unsubscr...@curator.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org