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

Don't buffer json logs on agent startup #13076

Merged
merged 2 commits into from
May 19, 2022

Conversation

wjordan
Copy link
Contributor

@wjordan wjordan commented May 19, 2022

Fixes #13015.

There's no reason to buffer json logs on agent startup, since logs in this format already aren't reordered (see #13015 (comment)).
This PR adds an early logGate.Flush() where the UI implementation is swapped out for JSON logs, so they are no longer buffered.

There's no reason to buffer json logs on agent startup
since logs in this format already aren't reordered.
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

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

LGTM! I've tested this out and everything works as expected for both the JSON and non-JSON cases. This will ship in Nomad 1.3.2.

@tgross tgross merged commit 304d0cf into hashicorp:main May 19, 2022
@tgross tgross added the backport/1.3.x backport to 1.3.x release line label May 19, 2022
shoenig pushed a commit that referenced this pull request May 20, 2022
There's no reason to buffer json logs on agent startup
since logs in this format already aren't reordered.
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/1.3.x backport to 1.3.x release line
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON agent logs buffered on startup
2 participants