Skip to content

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

Closed
@hengboy

Description

@hengboy

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @hengboy

    Issue actions

      修复Redisson在高并发下出现的解锁异常 · Issue #53 · minbox-projects/message-pipe