keith-turner commented on code in PR #3604:
URL: https://github.com/apache/accumulo/pull/3604#discussion_r1264210943
##########
server/manager/src/main/java/org/apache/accumulo/manager/TabletGroupWatcher.java:
##########
@@ -663,7 +662,7 @@ private int assignedOrHosted(Map<TableId,TableCounts> last)
{
return result;
}
- // ELASITICITY_TODO: Remove
+ // ELASITICITY_TODO: Remove??
Review Comment:
I opened #3605 about this. Need to understand why the merge code was adding
a split to the table as part of the merge process. This may have been related
to chop compactions and ensuring deleted data was not brough back, however not
completely sure. I think we will kinda figure it out with the no chop merge
work. I will remove the code and add a reference to #3605 in the code where it
was called.
--
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]