Skip to content

Blocking issue in dependency  #1049

@subashsakthivel

Description

@subashsakthivel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions