You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/04/24 22:54:13 UTC

[GitHub] [accumulo] keith-turner commented on issue #3333: Seeing "AccumuloException: Problem with metadata table" when repeatedly calling `listSplits()`

keith-turner commented on issue #3333:
URL: https://github.com/apache/accumulo/issues/3333#issuecomment-1520923805

   I looked into this and opened a PR.  We could have probably just changed the logging from info to debug, but looking at the code I thought switching to use Ample had a few advantages.  The Ample code will not retry on really unexpected cases and when there is a concurrent split it backtracks to the last good tablet instead of rescanning the entire table.  The Ample code is shorter also.  We may be able to have a follow on issue to replace all calls MetadataServicer.getTabletLocations with Ample


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org