-
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
filter_multiline: implemented buffered mode using in_emitter #4671
Conversation
Hello I suspect that the issue is related to that PR. |
looks like is failing due to old code ? https://github.com/fluent/fluent-bit/runs/4910999830?check_suite_focus=true#step:5:1464 I suggest to rebase this on top of master so we can trigger the CI again |
11243be
to
8556083
Compare
@edsiper I rebased and then re-tested. However, some checks are still failing but it looks like its failing tests that weren't changed by my code... |
8556083
to
fa0bdf9
Compare
@PettitWesley not sure what can be, can you re-rebase again ? |
3e95d6a
to
e78e82f
Compare
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
e78e82f
to
73aa0c7
Compare
Signed-off-by: Wesley Pettit <[email protected]>
@lecaros Can we get this in 1.9.2? We already released it in 1.8, and I just pushed a commit which should fix the CI failure. |
Signed-off-by: Wesley Pettit <[email protected]>
Master version of: #4383
Part of: #4309
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
Documentation
filter_multiline: add docs for new buffered mode fluent-bit-docs#675
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.