-
Notifications
You must be signed in to change notification settings - Fork 973
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
Deadlock in SharedLock #2905
Comments
Quite possibly the same problem as the one in #2879 |
@project-snail thank you for the verbose bug report! |
@project-snail In step 3, here is the output:
Does it what you expect? In step 5, What I should do? I am using redis by Docker Thanks 🙇 |
@tishun not yet, let me try |
…is#2961) * fix:deadlock when reentrant exclusive lock redis#2905 * confirm won't blocking other thread * apply suggestions
Bug Report
When using the reactor client and performing Redis operations within the onErrorResume block,
there is a chance of encountering thread deadlock. This can impact all threads at the entry points.
Reproduction steps are as follows:
Environment
Full demo code here
demo_code.zip
The text was updated successfully, but these errors were encountered: