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

   In $5247 a new interface was introduced for atomically checking tablet 
metadata to see if a tablet metadata could be updated.  This interface allows 
declaring columns that should be read for the check. Currently in the code 
nothing is doing with those columns and all the tablet columns a read.  The 
code should be updated to only read the requested columns to avoid parsing 
unneeded data and loading it into memory for the check.


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