cshannon commented on PR #4317:
URL: https://github.com/apache/accumulo/pull/4317#issuecomment-1974873310

   @keith-turner - This is ready for another review, I realized I had to add a 
recheck in the FindSplits repo to see if we still are above the split threshold 
if no split points are found and the marker already exists. This is because the 
tablet management iterator will now try and split anytime there is a metadata 
change for an unsplittable tablet and it's possible we no longer need to split 
(like after a compaction) and we need to clear the marker. Before this change 
the marker was only cleared after a split was done.
   
   I also added tests for TabletManagement and constraints as well as a couple 
ITs. There is one IT that will test that the marker is set and then that it is 
cleared after splits run successfully and a second test that will test that the 
marker is set and then cleared if we no longer need to split such as the split 
threshold increasing but no split was done.


-- 
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]

Reply via email to