I have a five node JGroup cluster and when the traffic increased among nodes I can observed following JGroups error in my cluster.
I checked the test programs shipped with JGroups but was not able to idetify one that need to run to solve this issue. I ran RpcDispatcherSpeedTest if needed I can share that result. My configurations also given below. Any hint / idea to to find out issue is much appreciated.
Caused by: org.jgroups.TimeoutException: timeout waiting for response from bpsp-40493 (, site-id=null, rack-id=null, machine-id=bpsp), request: org.jgroups.blocks.UnicastRequest@6a0972c8, req_id=639558, mode=GET_ALL, target=bpsp-40493 (, site-id=null, rack-id=null, machine-id=bpsp)
at org.jgroups.blocks.MessageDispatcher.sendMessage(MessageDispatcher.java:429)
at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.processSingleCall(CommandAwareRpcDispatcher.java:374)
at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.invokeRemoteCommand(CommandAwareRpcDispatcher.java:188)
... 108 more
Hi,
I have a five node JGroup cluster and when the traffic increased among nodes I can observed following JGroups error in my cluster.
I checked the test programs shipped with JGroups but was not able to idetify one that need to run to solve this issue. I ran RpcDispatcherSpeedTest if needed I can share that result. My configurations also given below. Any hint / idea to to find out issue is much appreciated.
Caused by: org.jgroups.TimeoutException: timeout waiting for response from bpsp-40493 (, site-id=null, rack-id=null, machine-id=bpsp), request: org.jgroups.blocks.UnicastRequest@6a0972c8, req_id=639558, mode=GET_ALL, target=bpsp-40493 (, site-id=null, rack-id=null, machine-id=bpsp)
at org.jgroups.blocks.MessageDispatcher.sendMessage(MessageDispatcher.java:429)
at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.processSingleCall(CommandAwareRpcDispatcher.java:374)
at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.invokeRemoteCommand(CommandAwareRpcDispatcher.java:188)
... 108 more
Configuration
<config xmlns="urn:org:jgroups" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:org:jgroups <a href=" http:="" www.jgroups.org="" schema="" JGroups-3.6.xsd"="">http://www.jgroups.org/schema/JGroups-3.6.xsd">
<UDP mcast_addr="${jgroups.udp.mcast_addr:228.6.7.8}"
mcast_port="${jgroups.udp.mcast_port:46656}"
ucast_send_buf_size="1m"
mcast_send_buf_size="1m"
ucast_recv_buf_size="20m"
mcast_recv_buf_size="25m"
ip_ttl="${jgroups.ip_ttl:2}"
bind_addr="127.0.0.1"
thread_naming_pattern="pl"
enable_diagnostics="false"
bundler_type="sender-sends-with-timer"
</config>