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

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

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


##########
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:
   We should add test case for `ReplicatedDataSize` and `UnReplicatedDataSize` as well so that it will not break in future.



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