kevinrr888 commented on code in PR #5028:
URL: https://github.com/apache/accumulo/pull/5028#discussion_r1852517231
##########
test/src/main/java/org/apache/accumulo/test/fate/MultipleStoresIT.java:
##########
@@ -341,8 +341,8 @@ private void
testDeadReservationsCleanup(TestStoreFactory<LatchTestEnv> testStor
// Create the new Fate/start the Fate threads (the work finder and the
workers).
// Don't run another dead reservation cleaner since we already have one
running from fate1.
- FastFate<LatchTestEnv> fate2 = new FastFate<>(testEnv2, store2, false,
Object::toString,
- DefaultConfiguration.getInstance());
+ Fate<LatchTestEnv> fate2 =
Review Comment:
Yeah, was not needed since it isn't running the cleaner. Wasn't wrong
before, but is more clear as just `Fate`
--
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]