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

Warning: scheduler: FiberForkJoinScheduler is blocking a thread #332

Open
d3btech opened this issue Sep 22, 2019 · 1 comment
Open

Warning: scheduler: FiberForkJoinScheduler is blocking a thread #332

d3btech opened this issue Sep 22, 2019 · 1 comment

Comments

@d3btech
Copy link

d3btech commented Sep 22, 2019

I am getting the following warning

WARNING: fiber Fiber@10000001[task: ParkableForkJoinTask@43d3ea9(Fiber@10000001), target: com.pixo.data.FilesRepository$$Lambda$527/0x00000008006f9040@200e4b5e, scheduler: co.paralleluniverse.fibers.FiberForkJoinScheduler@791a7fe] is blocking a thread (Thread[ForkJoinPool-pixo-data-fiber-schedular-worker-3,5,main]). at java.base@11.0.4/jdk.internal.misc.Unsafe.park(Native Method) at java.base@11.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at java.base@11.0.4/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at java.base@11.0.4/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at java.base@11.0.4/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278) at net.rubyeye.xmemcached.XMemcachedClient.latchWait(XMemcachedClient.java:2361) at net.rubyeye.xmemcached.XMemcachedClient.sendStoreCommand(XMemcachedClient.java:2345) at net.rubyeye.xmemcached.XMemcachedClient.set(XMemcachedClient.java:1252) at net.rubyeye.xmemcached.XMemcachedClient.set(XMemcachedClient.java:1306) at net.rubyeye.xmemcached.XMemcachedClient.set(XMemcachedClient.java:1295)

@ioandy
Copy link

ioandy commented Jun 13, 2020

I met the same problem. Have you solved it?

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

2 participants