ibessonov commented on a change in pull request #611:
URL: https://github.com/apache/ignite-3/pull/611#discussion_r798276992
##########
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:
I'm sure this part will be revisited while optimizing transactions
--
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]