Skip to content

Instantly share code, notes, and snippets.

@gstark
Created January 21, 2013 22:10
Show Gist options
  • Save gstark/4589968 to your computer and use it in GitHub Desktop.
Save gstark/4589968 to your computer and use it in GitHub Desktop.
grep -i jgroup jboss.log
17:00:23,999 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 56) JBAS010260: Activating JGroups subsystem.
17:00:26,119 WARN [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 86) send buffer of socket java.net.DatagramSocket@5b5496bc was set to 640KB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
17:00:26,120 WARN [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 86) receive buffer of socket java.net.DatagramSocket@5b5496bc was set to 20MB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
17:00:26,120 WARN [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 86) send buffer of socket java.net.MulticastSocket@24b5d935 was set to 640KB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
17:00:26,121 WARN [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 86) receive buffer of socket java.net.MulticastSocket@24b5d935 was set to 25MB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
17:00:28,655 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 86) ISPN000078: Starting JGroups Channel
17:00:28,662 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 86) ISPN000094: Received new cluster view: [rhyhb/web|0] [rhyhb/web]
17:00:28,663 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 86) ISPN000079: Cache local address is rhyhb/web, physical addresses are [192.168.25.57:55200]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment