PakhomovAlexander commented on code in PR #5209:
URL: https://github.com/apache/ignite-3/pull/5209#discussion_r1989468042


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java:
##########
@@ -1110,7 +1110,7 @@ private CompletableFuture<Void> verifyCommitTimestamp(
                                     currentPrimaryReplica
                             );
                         } else {
-                            assert 
commitTimestamp.compareTo(currentPrimaryReplica.getExpirationTime()) <= 0 :
+                            assert 
commitTimestamp.compareTo(currentPrimaryReplica.getExpirationTime()) <= 
USE_CONFIGURED_TIMEOUT_DEFAULT :

Review Comment:
   fixed



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

Reply via email to