sanpwc commented on code in PR #6413: URL: https://github.com/apache/ignite-3/pull/6413#discussion_r2288523411
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/PersistentTxStateVacuumizer.java: ########## @@ -180,6 +180,7 @@ private static boolean expectedException(Throwable e) { return hasCause(e, PrimaryReplicaMissException.class, NodeStoppingException.class, + ComponentStoppingException.class, Review Comment: Now we have two `ComponentStoppingException.class` mentions)) One here and one after AwaitReplicaTimeoutException added by me on Friday. -- 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