keith-turner commented on PR #5311: URL: https://github.com/apache/accumulo/pull/5311#issuecomment-2746389155
Closing this in favor of #5423 which is a change in main/4.0. The changes in #5423 rewrote the existing cache to be more concurrent instead of introducing a second cache impl that was more concurrent. The second optional cache impl in this PR would probably never be as well tested as the primary impl. Decided its probably better to have a single well tested impl instead of two, but did not want to make that change in a bug fix release so moved to 4.0 to make that change. One large difference between these changes in the 4.0 changes is that #5423 allows a concurrent lookup per metadata tablet where these changes only allow one concurrent metadata lookup per user table. -- 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]
