Cyrill commented on code in PR #2877:
URL: https://github.com/apache/ignite-3/pull/2877#discussion_r1413643023
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/message/TxMessageGroup.java:
##########
@@ -58,4 +58,17 @@ public class TxMessageGroup {
* Message type for {@link TxRecoveryMessage}.
*/
public static final short TX_RECOVERY_MSG = 6;
+
+ /**
+ * Message type for {@link LockReleaseMessage}.
+ */
+ public static final short TX_UNLOCK_MSG = 7;
+ /**
Review Comment:
Done
--
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]