keith-turner opened a new issue, #3520: URL: https://github.com/apache/accumulo/issues/3520
In #3513 a new conditional mutation check was added called requireSame. This new method allows one to easily check if something like the set of files on a tablet is the same as what you read earlier before making an update. This new call could be used to simplify other conditional mutation checks for split, bulk import and location update. Its most appropriate for operations that do not change the tablets prev end row (like some of the split code) or create a new tablet (like table creation and split). Using this new method may render some of the existing require methods for conditional mutations unused, if so then those should be removed. -- 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]
