Skip to content

Instantly share code, notes, and snippets.

@anuraaga
Created April 22, 2016 04:00
Show Gist options
  • Save anuraaga/49eb6d92a9b4c656126743314599a56c to your computer and use it in GitHub Desktop.
Save anuraaga/49eb6d92a9b4c656126743314599a56c to your computer and use it in GitHub Desktop.
Caffeine deadlock
"nioEventLoopGroup-6-6" #38 prio=10 os_prio=0 tid=0x00002abf50cce000 nid=0x1f4bb waiting for monitor
entry [0x00002abf4f150000]
java.lang.Thread.State: BLOCKED (on object monitor)
at java.util.concurrent.ConcurrentHashMap.computeIfPresent(ConcurrentHashMap.java:1761)
- waiting to lock <0x00000000d2cce1d0> (a java.util.concurrent.ConcurrentHashMap$Node)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.replace(BoundedLocalCache.java:1739)
at com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache.lambda$get$3(LocalAsyncLoadingCache
.java:141)
at com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$$Lambda$279/1171707185.accept(Unkno
wn Source)
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760)
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment