Hello experts, I have a multi node environment where one of the nodes has made a broadcast call to all other nodes and got stuck. It is still waiting responses from all nodes and from the heapdump I see that ResultCollector has N-1 elements, where N is the total number of nodes, so it looks like one of the nodes didn't return a response, or it did return but for some reason the caller has not received it. How can I troubleshoot this issue, how can I know which node exactly has failed to return the response and why?
Thanks in advance, Hovhannes