Skip to content

Reduce load time for Pinot UI Home Page #14065

@deepthi912

Description

@deepthi912

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

Metadata

Metadata

Labels

enhancementImprovement to existing functionalityuiUI related issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions