fapifta commented on code in PR #3972:
URL: https://github.com/apache/ozone/pull/3972#discussion_r1046417560


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/metadata/SCMMetadataStoreImpl.java:
##########
@@ -192,7 +191,7 @@ public void start(OzoneConfiguration config)
 
       metaTable = META.getTable(store);
 
-      checkAndPopulateTable(moveTable, META.getName());
+      checkAndPopulateTable(metaTable, META.getName());

Review Comment:
   Ouch...
   Fortunately this affects just metrics as I see the tableMap that is 
populated here is not used elsewhere...
   
   I believe this is irrelevant for the CLI tool, and this should be in a 
separate patch under a separate JIRA describing the problem we fix, and we 
should not hide it here.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to