jira-importer commented on issue #578: URL: https://github.com/apache/curator/issues/578#issuecomment-2604699599
<i><a href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=benjamin.jaton">benjamin.jaton</a>:</i> <p>Well I think there is/has been some confusion about internalRebuildNode().</p> <p>It is up to the PathChildrenCache implementation to retrieve the Stat object independently or not. We could imagine another implementation that would have preferred to iterate over the result of the getChildren() watcher, wait for all the corresponding Stat objects to be gathered before making an informed decision on which events should be dispatched first.</p> <p>I agree that this could be achieved in another recipe, based on PathChildrenCache but that would be single threaded (makes no sense to dispatch the events in parallel otherwise we could lose the ordering).</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