keith-turner commented on code in PR #4912:
URL: https://github.com/apache/accumulo/pull/4912#discussion_r1769259489


##########
test/src/main/java/org/apache/accumulo/test/fate/MultipleStoresIT.java:
##########
@@ -458,7 +458,7 @@ private void testDeadReservationsCleanup(FateInstanceType 
storeType) throws Exce
       boolean allReservedWithLock2 = store2Reservations.values().stream()
           .allMatch(entry -> 
FateStore.FateReservation.locksAreEqual(entry.getLockID(), lock2));
       return store2Reservations.keySet().equals(allIds) && 
allReservedWithLock2;
-    }, 60_000);
+    }, 60_000 * 4);

Review Comment:
   This change is needed because the manager cleans up dead reservations less 
frequently?



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