carmine
carmine copied to clipboard
CPU stays occupied after carmine worker stops
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!
me too, sometimes the CPU is too high
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.
Closing due to inactivity