You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/02/02 15:13:32 UTC

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #611: IGNITE-16434 @InternalId integration for table id.

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org