It seems that connections are closed between CMs and Wildfire under heavy load. The culprit seems to be ConnectionMultiplexerSocketReader since it is using the reading thread (i.e. the one that reads from the socket --> the TCP queue) to process incoming traffic when the thread pool is exhausted.
It seems that connections are closed between CMs and Wildfire under heavy load. The culprit seems to be ConnectionMultiplexerSocketReader since it is using the reading thread (i.e. the one that reads from the socket --> the TCP queue) to process incoming traffic when the thread pool is exhausted.