dlmarion commented on PR #4306: URL: https://github.com/apache/accumulo/pull/4306#issuecomment-1965163907
> From the description, this is populating the ZooCache in a background thread? Is that necessary? What are the consequences of allowing the cache to be populated on demand? If something was never needed we would save work from loading it - probably at the cost of additional delay when needed. So, certainly there are actions which only need a connection to one TabletServer, in which case we could use the new method that I created. Then, there are others where the shell needs to talk to some set of TabletServers (maybe all - list scans, list compactions, etc.). I was trying to keep relatively the same behavior with this change. It could be wasted work, but if the user wants to talk to all of the tablet servers and this does not exist, then they will have to wait at that point. -- 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]
