keith-turner opened a new pull request, #4307:
URL: https://github.com/apache/accumulo/pull/4307

   The tablet mgmt iterator was configuring a scanner to fetch almost all of 
the tablets columns.  Since most columns were being fetched the filtering 
offered no benefit and probably added extra cost.  It also added code 
complexity.  This commit removes the fetch columns calls on the scanner so that 
everything is fetched.


-- 
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]

Reply via email to