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: always restart logs aggregator #1841

Merged
merged 2 commits into from
Nov 22, 2023
Merged

fix: always restart logs aggregator #1841

merged 2 commits into from
Nov 22, 2023

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented Nov 22, 2023

Description:

This change strengthens the restart policy for the logs aggregator. Prior to this, the restart only occurred on failure. Now, we make docker attempt to always restart the logs aggregator. This should help address #1832 where the logs aggregator was stopped with a 137 status code but wasn't restarted.

This change also addresses a Propagate must be provided with a cause panic occurred here: #1832. This was caused by nil err's being propagated in the create logs collector code. This change fixes that issue.

Is this change user facing?

NO

References:

#1832
#1311

@tedim52 tedim52 changed the title fix: don't propagate nil err in logs collector code fix: always restart logs aggregator Nov 22, 2023
@tedim52 tedim52 requested a review from leoporoli November 22, 2023 15:36
@leoporoli leoporoli added this pull request to the merge queue Nov 22, 2023
Merged via the queue into main with commit 7e6382f Nov 22, 2023
19 of 20 checks passed
@leoporoli leoporoli deleted the tedi/errfix branch November 22, 2023 17:50
github-merge-queue bot pushed a commit that referenced this pull request Nov 22, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.85.35](0.85.34...0.85.35)
(2023-11-22)


### Features

* upgrade golang grpc dependency
([#1840](#1840))
([2377868](2377868))


### Bug Fixes

* always restart logs aggregator
([#1841](#1841))
([7e6382f](7e6382f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <[email protected]>
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.

2 participants