Skip to content
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

input_chunk: change mem buf overlimit message to warning #1909

Merged
merged 1 commit into from
Feb 5, 2020

Conversation

PettitWesley
Copy link
Contributor

See #1903, I think this message should probably be a warning instead of debug.

@edsiper
Copy link
Member

edsiper commented Feb 5, 2020

thanks

Copy link

@siva-tcs siva-tcs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the fix seeing only log level is changed from debug to warn

@PettitWesley
Copy link
Contributor Author

@CoviD2 Yeah this isn't a full fix, just an improvement in log messaging..

@PettitWesley PettitWesley deleted the buf-overlimit branch April 27, 2020 15:16
@Baryczka
Copy link

Baryczka commented May 6, 2020

It will be available to the latest 1.4+ versions right?

@ts3ng
Copy link

ts3ng commented Jun 24, 2020

Can we also alter https://github.com/PettitWesley/fluent-bit/blob/16778d1bce48339eebcc38c081c6f4909ff3ff05/src/flb_input_chunk.c#L295? if the pause message is a WARN so should the resume should also be an WARN.

@PettitWesley
Copy link
Contributor Author

@ts3ng How about info level?

@ts3ng
Copy link

ts3ng commented Jun 24, 2020

@ts3ng How about info level?

@PettitWesley As long as the levels are the same for the pause and the resume. I'm fine with INFO or WARN.

@PettitWesley
Copy link
Contributor Author

@ts3ng Done: #2304

@hbbdgyb
Copy link

hbbdgyb commented Oct 9, 2023

kubernetes v1.23.4

helm list -n efk
NAME      	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART            	APP VERSION
fluent-bit	efk      	58      	2023-10-09 11:51:09.093059471 +0800 CST	deployed	fluent-bit-0.38.0	2.1.9

中也有这样的问题,出现

[2023/10/09 03:36:34] [ info] [input] pausing tail.0
[2023/10/09 03:36:34] [ info] [input] tail.0 resume (mem buf overlimit)
[2023/10/09 03:36:41] [ warn] [input] tail.0 paused (mem buf overlimit)

这样的日志后,就不会在往kafka发送数据

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants