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

Fix NodeStats LB stat file output #1014

Closed
lifflander opened this issue Sep 1, 2020 · 3 comments · Fixed by #1029
Closed

Fix NodeStats LB stat file output #1014

lifflander opened this issue Sep 1, 2020 · 3 comments · Fixed by #1029
Assignees

Comments

@lifflander
Copy link
Collaborator

What Needs to be Done?

Currently, after trimming NodeStats the LB mapping/stats file is no longer being output correctly.

@lifflander
Copy link
Collaborator Author

@jstrzebonski Please work on this next!

With #995 merged, we are trimming the data that is stored in NodeStats every phase based on how much past data is required but the models. However, the stat file output currently works by outputting at the very end. Now that it is being trimming, the LB stat file output will not output all the phases because they have been deleted from the NodeStats history. Thus, when stat file output is enabled, we need to incrementally write the stats for each phase to the stat file on each node.

See this part of the manual for an explanation of how stat file are exported.

@jstrzebonski
Copy link
Contributor

jstrzebonski commented Sep 4, 2020

I moved my comment to the PR.

jstrzebonski pushed a commit that referenced this issue Sep 8, 2020
@jstrzebonski jstrzebonski linked a pull request Sep 8, 2020 that will close this issue
jstrzebonski pushed a commit that referenced this issue Sep 8, 2020
jstrzebonski pushed a commit that referenced this issue Sep 8, 2020
jstrzebonski pushed a commit that referenced this issue Sep 10, 2020
jstrzebonski pushed a commit that referenced this issue Sep 17, 2020
jstrzebonski pushed a commit that referenced this issue Sep 17, 2020
lifflander pushed a commit that referenced this issue Sep 18, 2020
lifflander pushed a commit that referenced this issue Sep 18, 2020
jstrzebonski pushed a commit that referenced this issue Sep 21, 2020
jstrzebonski pushed a commit that referenced this issue Sep 22, 2020
jstrzebonski pushed a commit that referenced this issue Sep 22, 2020
jstrzebonski pushed a commit that referenced this issue Sep 30, 2020
jstrzebonski pushed a commit that referenced this issue Sep 30, 2020
jstrzebonski pushed a commit that referenced this issue Sep 30, 2020
jstrzebonski pushed a commit that referenced this issue Oct 1, 2020
jstrzebonski pushed a commit that referenced this issue Oct 1, 2020
…t-file-output

#1014: dump node stats before trimming
bradybray pushed a commit that referenced this issue Oct 13, 2020
bradybray pushed a commit that referenced this issue Oct 15, 2020
bradybray pushed a commit that referenced this issue Oct 15, 2020
@lifflander
Copy link
Collaborator Author

@nlslatt @jstrzebonski I think we want to port this to the release branch.

@cz4rs cz4rs added 1.0.2 and removed 1.0.1 labels Apr 9, 2021
cz4rs pushed a commit that referenced this issue May 18, 2021
cz4rs pushed a commit that referenced this issue May 18, 2021
cz4rs pushed a commit that referenced this issue May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants