This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
ISSUE-17360: [Bug] How to solve or optimize this problem [Client memory buffer is full] #4800
Open
2 tasks done
Original Issue: apache#17360
Search before asking
Version
2.10.1 master
Minimal reproduce step
When we call the client for a long time, we find that the client is down and cannot send messages.
Then we got an exception while calling the client producer to send messages. (Maybe the frequency of use is too high)
Before asking, we have checked the relevant issues apache#15724 and apache#15691,but we still don't know how to avoid this situation.
And this is our process of creating producers
For the configuration of these two parameters(maxPendingMessages and memoryLimit), we set the default values . Btw,The JVM memory of the producer client is 10g and our server memory is 24g.When a problem occurs, out of heap memory is sufficient.
So,how to solve or optimize this problem [Client memory buffer is full]
What did you expect to see?
Avoid this problem, or recover to the original normal situation when the client hangs up.
What did you see instead?
Failing
Anything else?
We sincerely hope to solve this problem,
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: