AMashenkov commented on a change in pull request #611:
URL: https://github.com/apache/ignite-3/pull/611#discussion_r797710933



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java
##########
@@ -92,11 +93,11 @@
     /**
      * The constructor.
      *
-     * @param lockId Lock id.
+     * @param tableId Table id.
      * @param store  The storage.
      */
-    public PartitionListener(IgniteUuid lockId, VersionedRowStore store) {
-        this.lockId = lockId;
+    public PartitionListener(UUID tableId, VersionedRowStore store) {
+        this.lockId = new IgniteUuid(tableId, 0);

Review comment:
       Does it make sense to create a ticket for this? 




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