-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
enhancementImprovement to existing functionalityImprovement to existing functionalityuiUI related issueUI related issue
Description
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 : #13278
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing functionalityImprovement to existing functionalityuiUI related issueUI related issue