You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the jeromq library, we suddenly encountered an issue where the reaper-1 thread is consuming 99.9% CPU. The issue occurred unexpectedly, as it hadn't happened during previous runs. The stack trace of the reaper-1 thread is as follows:
"reaper-1" #35 daemon prio=5 os_prio=0 cpu=66154861.28ms elapsed=98947.99s tid=0x00007fe494583d10 nid=0x3d runnable [0x00007fe4bd1ce000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.FileDispatcherImpl.read0([email protected]/Native Method)
at sun.nio.ch.FileDispatcherImpl.read([email protected]/FileDispatcherImpl.java:48)
at sun.nio.ch.IOUtil.readIntoNativeBuffer([email protected]/IOUtil.java:330)
at sun.nio.ch.IOUtil.read([email protected]/IOUtil.java:296)
at sun.nio.ch.IOUtil.read([email protected]/IOUtil.java:259)
at sun.nio.ch.SourceChannelImpl.read([email protected]/SourceChannelImpl.java:277)
at zmq.Signaler.recv(Signaler.java:165)
at zmq.Mailbox.recv(Mailbox.java:97)
at zmq.SocketBase.processCommands(SocketBase.java:937)
at zmq.SocketBase.inEvent(SocketBase.java:1065)
at zmq.poll.Poller.run(Poller.java:273)
at java.lang.Thread.run([email protected]/Thread.java:833)
Our server environment is as follows:
OS: CentOS 7
Java: 17.0.3
jeromq: 0.5.2
Could you please help us investigate this issue and provide any possible solutions? Thank you in advance!
The text was updated successfully, but these errors were encountered:
While using the jeromq library, we suddenly encountered an issue where the reaper-1 thread is consuming 99.9% CPU. The issue occurred unexpectedly, as it hadn't happened during previous runs. The stack trace of the reaper-1 thread is as follows:
Our server environment is as follows:
Could you please help us investigate this issue and provide any possible solutions? Thank you in advance!
The text was updated successfully, but these errors were encountered: