sanpwc commented on code in PR #6413: URL: https://github.com/apache/ignite-3/pull/6413#discussion_r2288512177
########## modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItTxDistributedCleanupRecoveryTest.java: ########## @@ -74,10 +73,11 @@ public void before() throws Exception { DefaultMessagingService messagingService = (DefaultMessagingService) clusterService.messagingService(); messagingService.dropMessages((s, networkMessage) -> { if (networkMessage instanceof TxCleanupMessage && defaultRetryCount.getAndDecrement() > 0) { - logger().info("Dropping cleanup request: {}", networkMessage); + logger().info("Dropping cleanup request: {}, txId={}", networkMessage, ((TxCleanupMessage) networkMessage).txId());; Review Comment: I guess we should favour our common params form [networkMessage={}, txId={}]. BTW does ((TxCleanupMessage) networkMessage).toString() contains txId() -- 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