| If there is a blocked remote channel to an agent the /threadDump page won't be generated as it will block trying to get the threadDump from that agent. See attached stacktrace with an example. We should add a timeout to each remote operation we perform on the threadDump page or start printing the local results right away, so if a remote thread dump fails we still have the local one. This happened on 2.32 Steps to reproduce: 1. Somehow hang a remoting channel. In this case also was the backup plugin transferring data + maybe a connectivity issue. 2. Wait some some time for the monitoring threads to launch again, the monitoring threads will be locked on the channel and they will begin to multiply in a period equal to the check time |