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

always have the "Redis waiting Queue is full" error #409

Open
nining opened this issue Sep 27, 2023 · 0 comments
Open

always have the "Redis waiting Queue is full" error #409

nining opened this issue Sep 27, 2023 · 0 comments
Labels

Comments

@nining
Copy link

nining commented Sep 27, 2023

Questions

When I do a large bulk of Redis ops in an async way, I always encounter the Redis waiting queue issue. Then I have to construct another waiting queue in a working thread to let that Redis ops less than the vertx Redis client's settings.

Version

Every version.

My workaround

I have to use a semaphore to block the additional calls to Redis. If I didn't use the semaphore, even when I was using a 1M queue size ( .setMaxWaitingHandlers(1048576) ), the "Redis waiting Queue is full" still popped up.

Context

Do you have a reproducer?

always

  • Link to github project/gist

Steps to reproduce

Extra

@nining nining added the bug label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant