carmine icon indicating copy to clipboard operation
carmine copied to clipboard

CPU stays occupied after carmine worker stops

Open wsrhp opened this issue 7 years ago • 2 comments

I am using carmine under the environment below: operation system : windows 10 IDE: IDEA plugin: cursive

I add a carmine worker to subscribe a message queue.

When messages come, it works fine and CPU occupation looks fine in the system monitor.

However ,when all the messages have been received, the CPU occupation raises to a certain rate, 25% in my case , and stays there, not going down even after I stopped the worker.

I checked the detail with visualvm, which shows that it is a "taoensso.carmine.protocal$get_unparsed_reply.invokeStatic()" that occupies the CPU.

Does anyone have the same problem here? Or any ideas about this problem? Thanks so much!

wsrhp avatar May 21 '17 10:05 wsrhp

me too, sometimes the CPU is too high

ZacksTsang avatar Sep 30 '17 06:09 ZacksTsang

even after I stopped the worker. I checked the detail with visualvm, which shows that it is a "taoensso.carmine.protocal$get_unparsed_reply.invokeStatic()" that occupies the CPU.

Could you describe how you stopped the worker? The get-unparsed-reply calls sound like a worker is still running.

ptaoussanis avatar Mar 21 '18 19:03 ptaoussanis

Closing due to inactivity

ptaoussanis avatar Oct 28 '22 16:10 ptaoussanis