sumitagrawl commented on code in PR #8073:
URL: https://github.com/apache/ozone/pull/8073#discussion_r1994796893


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RDBStore.java:
##########
@@ -302,6 +302,12 @@ public <K, V> TypedTable<K, V> getTable(String name,
         valueType);
   }
 
+  public <K, V> TypedTable<K, V> getTable(

Review Comment:
   This will be used for Recon cases in NSSummary where it just need size and 
parent object Id from KeyInfoTable. Similarly other places in Recon, and OM, 
this will be used.
   Will raise separate JIRA for handling this.



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