-
Notifications
You must be signed in to change notification settings - Fork 501
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 stackdriver.md with warning about Workers option #1278
Conversation
Adding this info about this issue because I lost a bunch of time trying to chase down intermittent restarts of my fluent-bit pods (v.2.2.0). Even if it defaults to 1 in newer versions, someone may override it, as was my case. Until the underlying issue is fixed, I think it's helpful to warn others about this. Signed-off-by: Gerry Laracuente <[email protected]>
pipeline/outputs/stackdriver.md
Outdated
When the number of Workers is greater than 1, fluent-bit may interimittently crash. | ||
|
||
``` | ||
[2023/06/07 08:15:30] [engine] caught signal (SIGSEGV) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly to the title, this could be anything and isn't specific to this crash with the workers so I would recommend not including it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably say "you may see this" or something similar. However it could be any crash really.
@gerry-tock could you just tweak based on the comments? I agree it's important to merge. |
Co-authored-by: Braydon Kains <[email protected]> Signed-off-by: Gerry Laracuente <[email protected]>
Co-authored-by: Braydon Kains <[email protected]> Signed-off-by: Gerry Laracuente <[email protected]>
Signed-off-by: Gerry Laracuente <[email protected]>
@braydonk if you approve it should auto-merge |
Adding this info about this issue because I lost a bunch of time trying to chase down intermittent restarts of my fluent-bit pods (v.2.2.0).
Even if it defaults to 1 in newer versions, someone may override it, as was my case.
Until the underlying issue is fixed, I think it's helpful to warn others about this.