You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "ArafatKhan2198 (via GitHub)" <gi...@apache.org> on 2023/08/01 10:43:44 UTC

[GitHub] [ozone] ArafatKhan2198 commented on a diff in pull request #5133: HDDS-9101. Recon GlobalStats Data Format Compatibility Issue.

ArafatKhan2198 commented on code in PR #5133:
URL: https://github.com/apache/ozone/pull/5133#discussion_r1280447359


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/OmTableInsightTask.java:
##########
@@ -489,7 +489,7 @@ private HashMap<String, Long> initializeSizeMap(boolean replicated) {
   }
 
   public static String getTableCountKeyFromTable(String tableName) {
-    return tableName + "TableCount";
+    return tableName + "Count";
   }
 
   public static String getReplicatedSizeKeyFromTable(String tableName) {

Review Comment:
   Done thanks!
   



-- 
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: issues-unsubscribe@ozone.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org