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

update golang to 1.22 of fluent-bit base image to fix morestack on g0… #11904

Merged
merged 2 commits into from
Feb 10, 2024
Merged

update golang to 1.22 of fluent-bit base image to fix morestack on g0… #11904

merged 2 commits into from
Feb 10, 2024

Conversation

rafaelpissolatto
Copy link
Contributor

Issue:

Since version grafana/fluent-bit-grafana-loki >= 2.9.2 we could not run the client due to an error during the startup/forward process where the container/service crashes and exits with an error message:

fatal: morestack on g0

refs:

What this PR does / why we need it:
A fix was released through the Golang version 1.22.0 and after some tests (updating the Go version used to the fluent-bit base image), it seems working fine now.

Which issue(s) this PR fixes:
Fixes #10944

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • CHANGELOG.md updated
    • If the change is worth mentioning in the release notes, add add-to-release-notes label
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • For Helm chart changes bump the Helm chart version in production/helm/loki/Chart.yaml and update production/helm/loki/CHANGELOG.md and production/helm/loki/README.md. Example PR
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR

@rafaelpissolatto rafaelpissolatto requested a review from a team as a code owner February 8, 2024 20:35
@chaudum chaudum merged commit a24bd1e into grafana:main Feb 10, 2024
8 checks passed
rhnasc pushed a commit to inloco/loki that referenced this pull request Apr 12, 2024
grafana#11904)

**Issue**:

Since version `grafana/fluent-bit-grafana-loki` >= `2.9.2` we could not
run the client due to an error during the startup/forward process where
the container/service crashes and exits with an error message:

`fatal: morestack on g0`

refs: 
- grafana#10944
- golang/go#62440


**What this PR does / why we need it**:
A fix was released through the Golang version 1.22.0 and after some
tests (updating the Go version used to the fluent-bit base image), it
seems working fine now.

**Which issue(s) this PR fixes**:
Fixes grafana#10944
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loki fluent bit plugin fails to start on ECS with new 2.9.2 image tag
3 participants