EgorKuts commented on code in PR #6711:
URL: https://github.com/apache/ignite-3/pull/6711#discussion_r2416598430


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/StorageUpdateHandler.java:
##########
@@ -121,6 +122,8 @@ public void handleUpdate(
             @Nullable HybridTimestamp lastCommitTs,
             @Nullable List<Integer> indexIds
     ) {
+        assert trackWriteIntent || commitTs != null : "either trackWriteIntent 
must be true or commitTs must be non-null";

Review Comment:
   added 



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