ibessonov commented on code in PR #1003:
URL: https://github.com/apache/ignite-3/pull/1003#discussion_r945604660
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/TxIdMismatchException.java:
##########
@@ -17,10 +17,29 @@
package org.apache.ignite.internal.storage;
+import java.util.UUID;
import org.apache.ignite.lang.IgniteException;
/**
* Exception class that describes the situation when two independent
transactions attempt to write values for the same key.
*/
public class TxIdMismatchException extends IgniteException {
+ /** Conflicting transaction id. */
+ private final UUID transactionId;
Review Comment:
Ok, just in case if this shows a bug in transaction protocol
--
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]