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



##########
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:
       If kill row is plased after infos addiction - output of the command will 
contain text with PREPARED or COMMITING statses. But user, i think prefer looks 
for a "ROLLBACKED" status after kill command execution




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