keith-turner opened a new pull request, #5590: URL: https://github.com/apache/accumulo/pull/5590
The delete rows table operation was clipping a file to a row range like (f,f] and adding this to tablet with a row range of (f,g]. The files row range did not overlap the tablets row range causing reads of the tablet to fail with the changes in #5340. This was causing DeleteRowsIT to fail, modified the code to avoid adding the non overlapping row range and now DeleteRowsIT passes. Made a lot of logging changes while tracking this down, kept those in this commit. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org