keith-turner opened a new issue, #3576:
URL: https://github.com/apache/accumulo/issues/3576

   The TabletManagementIterator is used a good bit by code other than the 
TabletGroupWatcher.  In the elasticity branch a lot of functionality was added 
to the TabletManagementIterator that is used exclusively by the 
TabletGroupWatcher.  For the other code that uses TabletManagementIterator need 
to evaluate if its still suitable or would using an Ample tablet metadata 
scanner better.
   
   Was attempting to refactor the TabletManagementIterator a bit as part of 
#3517 and doing so became unwieldy because of how widely it was used outside of 
TGW.  The predecessor of TabletManagementIterator predates Ample, so it may now 
make more sense to use Ample outside of the TGW now.  Using the 
TabletManagementIterator outside of the TGW could lead to suprises as it is a 
complex iterator and all of its complexity exists because of TGW use cases.


-- 
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-unsubscr...@accumulo.apache.org.apache.org

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

Reply via email to