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

Blocking issue in dependency #1049

Open
subashsakthivel opened this issue Jul 18, 2024 · 0 comments
Open

Blocking issue in dependency #1049

subashsakthivel opened this issue Jul 18, 2024 · 0 comments

Comments

@subashsakthivel
Copy link

subashsakthivel commented Jul 18, 2024

I was got thread dump for my product , But got unusual results , most of the threads are in blocking state

Thread CPU Utilization: [Delta:10.9375%,Total:5.9102166998216505%] [Delta:10.9375%,Total:5.9115777211176255%] [Delta:3.0879446640316206%,Total:5.910804326115022%] 
"ForkJoinPool.commonPool-worker-14" Id=2536 BLOCKED on org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongList@b1c557c owned by "ForkJoinPool.commonPool-worker-2" Id=1274
	at org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongList.get(SynchronizedLongList.java:70)
	-  blocked on org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongList@b1c557c
	at org.mapdb.StoreDirectAbstract.recidToOffset(StoreDirectAbstract.kt:52)
	at org.mapdb.StoreDirect.getIndexVal(StoreDirect.kt:127)
	at org.mapdb.StoreDirect.get(StoreDirect.kt:523)
	at org.mapdb.BTreeMap.getNode(BTreeMap.kt:800)
	at org.mapdb.BTreeMap.access$getNode(BTreeMap.kt:72)
	at org.mapdb.BTreeMap$descendingLeafIterator$1.advance(BTreeMap.kt:1409)
	at org.mapdb.BTreeMap$descendingLeafIterator$1.next(BTreeMap.kt:1428)

Why did the threads was in blocking state entirely? After compaction of mapDB , the blocking was released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant