-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
multiline parser stops working after Pod restarts #5256
Comments
#5245 You can try adding the number of replicas of the Pod directly without restarting the Pod, I guess you should get the same result as above. |
scaling the replicas doesn't change the end result |
I have the same issue and I can reliably reproduce the problem.
Your Environment
|
Hi, |
@lecaros, yes, I have used the built-in java parser. |
I have this exact same issue running fluent bit version 1.9.3. |
Same issue for me at 1.9.3. Fluentbit starts up fine but when I take the deployment replicas to 0 and then back to 1 it breaks |
Same issue for me at 1.9.3 and 1.9.4 |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
Not stale! |
Can you re-test with 1.9.6 as it seems the issue might be fixed. |
Yes, I can confirm - the issue has been fixed since 1.9.6 |
Closing the issue since it's fixed in 1.9.6 |
Bug Report
Describe the bug
I have fluentbit deployed in my k8s cluster configured to join Java stacktraces using multiline parser.
Here the configuration I use:
Parser configuration:
When the Pod first starts everything seems to be working fine:
But if I restart the Pod, multiline parser stops working:
To Reproduce
Expected behavior
multiline parser should keep working
Your Environment
k3s version v1.21.7-k3s1 (default)
The text was updated successfully, but these errors were encountered: