keith-turner opened a new pull request, #5700: URL: https://github.com/apache/accumulo/pull/5700
When calling TableOperations.getTabletInformation() it currently retrieves a lot of tablet metadata. If this information is not of interest then a lot of time could be spent gathering information that is never used (especially for the per tablet file data). Modified TableOperations.getTabletInformation() to allow specifying a subset of tablet metadata to fetch. This is a WIP, it still needs tests. Posting API changes fore review before adding test. -- 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]
