-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
improve ack log messages #282
base: master
Are you sure you want to change the base?
improve ack log messages #282
Conversation
Hi @sokomishalov, Could you give me an instruction including configurations to reproduce this issue? |
Well, it's quite simple to reproduce - you just have to exceed fluent-bit buffering limits, fluency configuration is default: @Test
fun `Stress test`() {
val builderForFluentd = FluencyBuilderForFluentd()
val fluency = builderForFluentd.build(24224)
val hugeMessage = "a".repeat(1 * 1024 * 1024)
repeat(1000) { fluency.emit("test", mapOf("foo" to hugeMessage)) }
} Also I've discovered that same issue was created before (#171) |
I tried to reproduce this issue, but didn't. Fluency test code
Fluent Bit
Fluency log
|
Somehow I can't reproduce it too. I'll be back when either I or someone else got luck with it. |
When working with fluent-bit and exceeding max message size on it, fluency log message is quite confusing: