Skip to content
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
sijie opened this issue Aug 31, 2022 · 0 comments
Open
2 tasks done

Comments

@sijie
Copy link
Member

sijie commented Aug 31, 2022

Original Issue: apache#17360


Search before asking

  • I searched in the issues and found nothing similar.

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)
screen_shot_1661910571587
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
screen_shot_1661911158535
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?

  • I'm willing to submit a PR!
@sijie sijie added the type/bug label Aug 31, 2022
@sijie sijie added the Stale label Oct 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant