sanpwc commented on code in PR #4049:
URL: https://github.com/apache/ignite-3/pull/4049#discussion_r1731316525


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/mv/PersistentPageMemoryMvPartitionStorage.java:
##########
@@ -322,6 +376,74 @@ public long leaseStartTime() {
         });
     }
 
+    // TODO https://issues.apache.org/jira/browse/IGNITE-15119 nodeId type 
should be changed from String to UUID, after the fix
+    // TODO nodeID will be stored in meta directly and not the blob storage.
+    @Override
+    public @Nullable String primaryReplicaNodeId() {
+        return busy(() -> {
+            throwExceptionIfStorageNotInRunnableState();
+
+            try {
+                primaryReplicaMetaReadWriteLock.readLock().lock();
+
+                try {

Review Comment:
   Sure. Fixed.



-- 
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-unsubscr...@ignite.apache.org

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

Reply via email to