keith-turner opened a new pull request, #4673: URL: https://github.com/apache/accumulo/pull/4673
After the changes in #4669 only a single location in the code was reading tablet metadata w/ eventual consistency using Ample. This single location was the root tablet location cache. Since this was the only use of the code and its a highly nuanced use case, moved the code out of Ample to the only place that was using it. Removing the levels of indirection makes it easier to understand the root tablet location cache. Also added some comments about what the the root tablet location cache is doing and noticed and uneeded cache clear it was doing and removed it. -- 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]
