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

修复Redisson在高并发下出现的解锁异常 #53

Closed
hengboy opened this issue Aug 26, 2020 · 0 comments · Fixed by #54
Closed

修复Redisson在高并发下出现的解锁异常 #53

hengboy opened this issue Aug 26, 2020 · 0 comments · Fixed by #54
Assignees
Labels
bug Something isn't working

Comments

@hengboy
Copy link
Member

hengboy commented Aug 26, 2020

高并发的情况下可能会出现如下的错误内容:

java.lang.IllegalMonitorStateException: attempt to unlock lock, not locked by current thread by node id: def1bd2c-1f49-4802-b635-5ea78543c033 thread-id: 109
	at org.redisson.RedissonLock.unlock(RedissonLock.java:366)
@hengboy hengboy added the bug Something isn't working label Aug 26, 2020
@hengboy hengboy self-assigned this Aug 26, 2020
@hengboy hengboy linked a pull request Aug 26, 2020 that will close this issue
@hengboy hengboy closed this as completed Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant