accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Explore comparing file values in requireSame

Open keith-turner opened this issue 1 year ago • 1 comments

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.

keith-turner avatar Jun 22 '23 21:06 keith-turner

I will look at this issue.

rsingh433 avatar Jan 16 '24 21:01 rsingh433

Closed by #4486

dlmarion avatar May 10 '24 13:05 dlmarion