keith-turner opened a new issue, #3522: URL: https://github.com/apache/accumulo/issues/3522
In #3513 a new requireSame conditional mutation check was added to Ample. This check allows easily comparing if something read from a tablet is the same before making an update. For the tablets files it only compares the file path and not the value. Currently when we read a tablet files we get a `Map<StoredTabletFile, DataFileValue>`. When requireSame is called and told to check that the tablets files are the same it only checks the keys in the map are the same (it checks if the set of StoredTabletFile is the same). Ideally it would check the entire map is the same in order to be more rigorous. -- 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]
