Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

JVM hangs trying to attach #565

Open
yojs opened this issue Mar 1, 2021 · 0 comments
Open

JVM hangs trying to attach #565

yojs opened this issue Mar 1, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@yojs
Copy link
Contributor

yojs commented Mar 1, 2021

In this code, although ideally all threads must acquire the lock but this also adds a synchronization point in ES which can be costly if attach is taking longer than usual. Therefore, if a thread running ES operation cannot get the ThreadState, it should try to acquire the lock, failing which, it should move on instead of blocking.

@yojs yojs added the bug Something isn't working label Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant