DirectXceriD commented on a change in pull request #9362:
URL: https://github.com/apache/ignite/pull/9362#discussion_r760395261



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/visor/tx/VisorTxTask.java
##########
@@ -325,15 +335,15 @@ else if (locTx instanceof GridDhtTxRemote) {
 
                 TxVerboseInfo verboseInfo = arg.verboseMode() ? 
createVerboseInfo(ignite, locTx) : null;
 
+                if (arg.getOperation() == VisorTxOperation.KILL)

Review comment:
       I believe it's ok to have it this way, if we don't break the logic. It 
looks like an improvement to make this output less misleading.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to