sanpwc commented on code in PR #7136:
URL: https://github.com/apache/ignite-3/pull/7136#discussion_r2598563764


##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/network/command/FinishTxCommandV1.java:
##########
@@ -27,6 +27,7 @@
  *
  * <p>This command is replaced with {@link FinishTxCommandV2} and only exists 
in the source code for backward compatibility.</p>
  */
+@Deprecated(forRemoval = true)
 @Transferable(Commands.FINISH_TX_V1)
 public interface FinishTxCommandV1 extends FinishTxCommand {

Review Comment:
   I guess, it's no longer used, and thus may be removed.



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