Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STORM-3544 Ability to find topologies with low worker uptime on UI #3190

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

agresch
Copy link
Contributor

@agresch agresch commented Jan 8, 2020

This is @dandsager1 's work to create a new page to see all topologies with the min worker uptime on one page. I've updated the generated thrift.

We've had issues where nodes are bad or there were bugs were some topologies could not launch workers. This page allows one place to quickly find topologies that may be having issues with nodes, rather than having to go to each topology page individually.

Screen Shot 2020-01-08 at 11 21 45 AM

Copy link
Contributor

@kishorvpatil kishorvpatil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 The change looks good as reviewed in prior PR. Thank you @dandsager1 for the patch. @agresch Thank you for resolving the merge conflicts.

@Ethanlm
Copy link
Contributor

Ethanlm commented Jan 8, 2020

Can we modify TopologySummary instead of adding a new structure?

@agresch
Copy link
Contributor Author

agresch commented Jan 9, 2020

I think the reason was there was concern about the REST API fetching data about all the workers for all the topologies to get the min uptime. By having a separate page, this only gets hit when specifically looking for this information. Most of the time most users would not care.

If that is not a concern, I would agree moving it to Topology summary makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants