Headstorm / shukra

Akka cluster visualization UI and management dashboard
Apache License 2.0
35 stars 7 forks source link

Graph shows multiple oldest nodes on auto refresh #59

Closed kpasagada closed 4 years ago

kpasagada commented 4 years ago

Shukra graph view does not remove outdated oldest nodes from the cluster graph during auto refresh

zromick commented 4 years ago

Assigning to self

kpasagada commented 4 years ago

Why this bug occurred? https://github.com/visjs/vis-network/issues/173 https://github.com/almende/vis/issues/2567

What was the fix? The idea was to reset the oldest/leader node properties to its default node properties explicitly, instead of relying on the options property of the react-vis-graph framework to reset node properties.