Skip to content

Race condition leading to deadlock #122

Open
@klockla

Description

@klockla

Commit #120 introduced a race condition leading to deadlock
Some threads are trying to acquire the synchronize lock first and waiting for the Java Stripe lock as in ConcurrentOrderedMap.pollFirstEntry while others were trying to do the opposite: first acquire Stripe lock and then synchronize lock as in ConcurrentOrderedMap.remove)

Metadata

Metadata

Assignees

Labels

ServerbugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions