denis-chudov commented on code in PR #5915: URL: https://github.com/apache/ignite-3/pull/5915#discussion_r2152105932
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/WriteIntentSwitchProcessor.java: ########## @@ -92,8 +92,9 @@ public CompletableFuture<WriteIntentSwitchReplicatedInfo> switchWriteIntentsWith if (ex != null) { Throwable cause = ExceptionUtils.unwrapCause(ex); - if (TransactionFailureHandler.isRecoverable(cause)) { - LOG.info("Failed to switch write intents for Tx. The operation will be retried [txId={}].", txId, ex); Review Comment: switched to debug here. Stack trace is not logged -- 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