keith-turner opened a new pull request, #4457: URL: https://github.com/apache/accumulo/pull/4457
Many places in the accumulo code will read a batch of key/values and then use the last key in the batch to construct a range to get the next batch. The last key in the batch will be a non inclusive start key for the range. The tablet mgmt iterator was not handling this case and returning the key that should have been excluded. -- 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]
