keith-turner commented on code in PR #3904:
URL: https://github.com/apache/accumulo/pull/3904#discussion_r1377713283
##########
test/src/main/java/org/apache/accumulo/test/ManagerRepairsDualAssignmentIT.java:
##########
@@ -94,12 +95,13 @@ public void test() throws Exception {
while (states.size() < 2) {
UtilWaitThread.sleep(250);
oldLocations.clear();
- for (TabletManagement mti : store) {
+ // ELASTICITY_TODO passed null here to make test compile
+ store.iterator(null).forEachRemaining(mti -> {
Review Comment:
done in d58a025
--
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]