ArafatKhan2198 commented on code in PR #5159:
URL: https://github.com/apache/ozone/pull/5159#discussion_r1299656247
##########
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestOmDBInsightEndPoint.java:
##########
@@ -693,4 +694,59 @@ public void testGetDeletedDirInfo() throws Exception {
Assertions.assertEquals("/sampleVol/bucketOne/dir_two",
keyInsightInfoResp.getLastKey());
}
+
+ @Test
+ public void testGetDirectorySizeInfo() throws Exception {
Review Comment:
Done!
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/OMDBInsightEndpoint.java:
##########
@@ -88,15 +91,22 @@ public class OMDBInsightEndpoint {
private static final Logger LOG =
LoggerFactory.getLogger(OMDBInsightEndpoint.class);
private final GlobalStatsDao globalStatsDao;
+ private ReconNamespaceSummaryManagerImpl reconNamespaceSummaryManager;
+ private Table<Long, NSSummary> nsSummaryTable;
Review Comment:
Done!
--
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]