-
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
malformed HTTP response from logging.googleapis.com:443 on connection #186 #4528
Comments
Adding @qingling128 from the Google side |
@tpetrov-lp - Hi, do you happen to have the full API response with a timestamp? |
@qingling128 I don't see the full api response logged from fluent-bit. Can it be turned on with some flag? |
I have the same warning repeating over and over but with the bigquery output plugin. @tpetrov-lp have you tried enabling BTW, expect a lot of output in the logs :) |
Yeah, I am a bit reluctant to running it in trace mode, because we have 200K msg/sec, so it will probably produce huge amount of logs. We can think about running it for a while if it will help, but I think that even in trace mode it does not log the full response. |
I am also encountering this issue. I enabled
Edit: Is this related to #4098? Is there an underlying error that is being presented as 1 byte read? |
It seems that warning is printed on FLB_HTTP_ERROR after a call to fluent-bit/src/flb_http_client.c Line 1222 in 1a52299
But that FLB_HTTP_ERROR can come from multiple places from the called function. I wonder if it would be worth adding some code to discriminate among those errors so debugging is easier in case of issues? Also a way of dumping the payload at a specific trace level, perhaps? |
Has anybody made any progress? Thanks! |
@dsludwig I think it is related to #4098. Openssl error may be occurred. See also: #4723 (comment) |
@dsludwig did you try with the latest version? |
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 |
Please don't close, I'll check my logs and version now. |
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 |
Sorry for the late reply, the upgrade fixed the problem, thanks! |
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 |
This issue was closed because it has been stalled for 5 days with no activity. |
I see a lot of messages like "malformed HTTP response from logging.googleapis.com:443 on connection #186" in the logs of our 1.8.11 deployment. It's ~200K warnings over 10h. (it's apparently coming from the stackdriver output plugin)
Looking through the code, it seems a few different responses can cause it - basically content length, status code and ending chunk. Have someone experienced this? Or should I check with Google if this can be really something with their response?
The text was updated successfully, but these errors were encountered: