keith-turner opened a new pull request, #5143: URL: https://github.com/apache/accumulo/pull/5143
For a nodes data in zookeeper ZooCache was caching when a node did not exist. However for getChildren when a node did not exist it would not cache this and would always go to zookeeper. Also ZooCache was handling a null return from Zookeeper.getChildren that would never happen. Fixed these issues. fixes #5047 -- 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]
