deepthi912 opened a new issue, #14065: URL: https://github.com/apache/pinot/issues/14065
In the Pinot UI home page currently the following is the behaviour: Redundant calls Multiple /instances calls, 2 for each component type (total 4*2=8) although one call should provide information for all Multiple /zk/ls?path=%2Fpinot%2FLIVEINSTANCES calls, 1 each component type (total 4) although one call should provide information for all. We can try to reduce these redundant calls: Reuse the response from /instances to display instance counts and instance info tabs Reuse the response from /zk/ls?path=%2Fpinot%2FLIVEINSTANCES to display instance status in instance info tabs. Left over task from : https://github.com/apache/pinot/issues/13278 -- 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]
