-
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
proxy: added multithreaded worker support for proxy plugins #3863
Commits on Aug 4, 2021
-
output: added multithreaded worker support for proxy plugins
This patch adds worker support to golang output plugins, without which if golang plugins were becoming unresponsive it was blocking other i/p and o/p plugins as well This fixes issue fluent/fluent-bit-go#45 Signed-off-by: Gautam Punhani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee69cc0 - Browse repository at this point
Copy the full SHA ee69cc0View commit details -
output: moving function to the right place to fix warning of implicit…
… declaration Signed-off-by: Gautam Punhani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 565c2fa - Browse repository at this point
Copy the full SHA 565c2faView commit details -
network: fixed cleanup order in UDP timeout handler
network: added a time delta to the UDP timeout to keep it from ticking after the upstream timeout handler. Signed-off-by: Leonardo Alminana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e64271a - Browse repository at this point
Copy the full SHA e64271aView commit details -
multiline: always validate stream_id with lru_parser
Signed-off-by: Eduardo Silva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2297e0 - Browse repository at this point
Copy the full SHA a2297e0View commit details -
regex: log allocation failures in Onigmo
Calls to flb_malloc() normally log allocation failures with flb_errno(). This commit adds the same logging for allocation failures in the Onigmo library. This should help disambiguate errors in flb_regex_do() that are due to memory issues as opposed to actual regular expression match failures. Signed-off-by: Aaron Jacobs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c656357 - Browse repository at this point
Copy the full SHA c656357View commit details -
build: add 'fluent-bit' package support (fluent#3899)
Signed-off-by: Eduardo Silva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3aeae9 - Browse repository at this point
Copy the full SHA f3aeae9View commit details -
tests: internal: gelf: add test case for msec
It detects fluent#3727 Signed-off-by: Takahiro Yamashita <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48103fa - Browse repository at this point
Copy the full SHA 48103faView commit details -
pack_gelf: make time precision explicit(fluent#3727)
Signed-off-by: Takahiro Yamashita <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 619f91b - Browse repository at this point
Copy the full SHA 619f91bView commit details -
out_s3: added file permission executable fix
Signed-off-by: Stephen Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7a8d21 - Browse repository at this point
Copy the full SHA a7a8d21View commit details -
out_s3: fix NULL dereference when upload_id is unset
When upload_id is not set in create_multipart_upload() (which can occur in some failure modes), subsequent retries will segfault when checking this ID in complete_multipart_upload(). This commit simply checks that the upload ID has been set and returns the usual error code instead of crashing if not. It also logs an error message for the user. Discussed in fluent#3838. Signed-off-by: Aaron Jacobs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a0fc10 - Browse repository at this point
Copy the full SHA 1a0fc10View commit details