sashapolo commented on code in PR #5158: URL: https://github.com/apache/ignite-3/pull/5158#discussion_r1955816707
########## modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java: ########## @@ -4518,25 +4519,24 @@ private static boolean waitForTopology(TestCluster cluster, PeerId peerId, int e * @param <T> the type of expected and actual value * @throws TimeoutException when the duration is reached */ - @SuppressWarnings("BusyWait") - private static <T> void assertWaitForCondition(T expected, Supplier<T> actual, Duration timeout) throws TimeoutException { + private <T> void assertWaitForCondition(T expected, Supplier<T> actual, Duration timeout) throws TimeoutException { long stop = System.currentTimeMillis() + timeout.toMillis(); Review Comment: You don't need this variable anymore -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org