smitajoshi12 commented on code in PR #4940:
URL: https://github.com/apache/ozone/pull/4940#discussion_r1245477983


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/overview/overview.tsx:
##########
@@ -101,8 +113,10 @@ export class Overview extends 
React.Component<Record<string, object>, IOverviewS
     });
     axios.all([
       axios.get('/api/v1/clusterState'),
-      axios.get('/api/v1/task/status')
-    ]).then(axios.spread((clusterStateResponse, taskstatusResponse) => {
+      axios.get('/api/v1/task/status'),
+      axios.get('/api/v1/keys/open?limit=0'),
+      axios.get('/api/v1/keys/deletePending?limit=1'),

Review Comment:
   @sumitagrawl 
   Yes checked and discussed with @ArafatKhan2198  for deletePending  need to 
set limit 1 to fetch only 1 record with summary data.



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