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

go/extra/stats: fix & simplify node-entity mapping #2856

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Apr 20, 2020

Fixes: #2854

Instead of separately querying for entities and nodes, we can get Entity IDs
from nodes directly.

This change also fixes a case that previous variant missed: node that was
removed from entity list of nodes, but has not yet expired.

TODO:

  • also backport to v20.5.x

Instead of separately querying for entities and nodes, we can get Entity IDs
from nodes directly.

This change also fixes a case that previous variant missed: node that was
removed from entity list of nodes, but has not yet expired.
@ptrus ptrus merged commit 9bf11b4 into master Apr 20, 2020
@ptrus ptrus deleted the ptrus/fix/stats-nodes branch April 20, 2020 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extra stats tools problem
2 participants