Skip to content

Instantly share code, notes, and snippets.

@tenfourty
Created August 17, 2011 14:29
Show Gist options
  • Save tenfourty/1151624 to your computer and use it in GitHub Desktop.
Save tenfourty/1151624 to your computer and use it in GitHub Desktop.
node1
2011-08-17 15:26:18,520 DEBUG [InfinispanConfiguration] (main) Using schema schema/infinispan-config-5.0.xsd
2011-08-17 15:26:27,458 DEBUG [ConfigurationValidatingVisitor] (main) Cache is replicated but state transfer was not defined, so force enabling it
2011-08-17 15:26:31,084 DEBUG [JBossMarshaller] (main) Using JBoss Marshalling
2011-08-17 15:26:32,154 INFO [JGroupsTransport] (main) ISPN000078: Starting JGroups Channel
2011-08-17 15:26:32,156 INFO [JGroupsTransport] (main) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration!
2011-08-17 15:26:38,555 WARN [UDP] (main) receive buffer of socket java.net.DatagramSocket@6dcee361 was set to 20MB, but the OS only allocated 65.51KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
2011-08-17 15:26:38,555 WARN [UDP] (main) receive buffer of socket java.net.MulticastSocket@29b22d99 was set to 25MB, but the OS only allocated 65.51KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
2011-08-17 15:26:39,915 DEBUG [JGroupsTransport] (main) New view accepted: [JBMBAir-37835|1] [JBMBAir-37835, JBMBAir-9858]
2011-08-17 15:26:39,930 INFO [JGroupsTransport] (main) ISPN000094: Received new cluster view: [JBMBAir-37835|1] [JBMBAir-37835, JBMBAir-9858]
2011-08-17 15:26:40,033 INFO [JGroupsTransport] (main) ISPN000079: Cache local address is JBMBAir-9858, physical addresses are [127.0.0.1:55378]
2011-08-17 15:26:40,035 DEBUG [JGroupsTransport] (main) Waiting on view being accepted
2011-08-17 15:26:42,478 DEBUG [InterceptorChain] (main) Interceptor chain size: 6
2011-08-17 15:26:42,563 DEBUG [InterceptorChain] (main) Interceptor chain is:
>> org.infinispan.interceptors.InvocationContextInterceptor
>> org.infinispan.interceptors.TxInterceptor
>> org.infinispan.interceptors.NotificationInterceptor
>> org.infinispan.interceptors.LockingInterceptor
>> org.infinispan.interceptors.ReplicationInterceptor
>> org.infinispan.interceptors.CallInterceptor
2011-08-17 15:26:42,476 INFO [InboundInvocationHandlerImpl] (OOB-1,JBMBAir-9858) ISPN000067: Will try and wait for cache named ___defaultcache to start
2011-08-17 15:26:42,652 DEBUG [StateTransferManagerImpl] (main) Initiating state transfer process
2011-08-17 15:26:42,687 INFO [RpcManagerImpl] (main) ISPN000074: Trying to fetch state from JBMBAir-37835
2011-08-17 15:26:43,863 DEBUG [StateTransferManagerImpl] (Incoming-2,JBMBAir-9858) Applying state
2011-08-17 15:26:56,513 DEBUG [StateTransferManagerImpl] (Incoming-2,JBMBAir-9858) State applied, closing object stream
2011-08-17 15:26:56,617 INFO [RpcManagerImpl] (main) ISPN000076: Successfully retrieved and applied state from JBMBAir-37835
2011-08-17 15:26:56,637 DEBUG [StateTransferManagerImpl] (main) State transfer process completed in 13.95 seconds
2011-08-17 15:26:56,651 INFO [LoggingListener] (main) Node1 added Listener
2011-08-17 15:26:56,652 INFO [LoggingListener] (main) Node1 waiting for cluster to form.
2011-08-17 15:26:56,684 DEBUG [ConfigurationValidatingVisitor] (main) Cache is replicated but state transfer was not defined, so force enabling it
2011-08-17 15:26:56,721 INFO [InboundInvocationHandlerImpl] (OOB-2,JBMBAir-9858) ISPN000067: Will try and wait for cache named ___defaultcache to start
2011-08-17 15:26:58,136 DEBUG [InterceptorChain] (main) Interceptor chain size: 6
2011-08-17 15:26:58,136 DEBUG [InterceptorChain] (main) Interceptor chain is:
>> org.infinispan.interceptors.InvocationContextInterceptor
>> org.infinispan.interceptors.TxInterceptor
>> org.infinispan.interceptors.NotificationInterceptor
>> org.infinispan.interceptors.LockingInterceptor
>> org.infinispan.interceptors.ReplicationInterceptor
>> org.infinispan.interceptors.CallInterceptor
2011-08-17 15:26:58,148 DEBUG [StateTransferManagerImpl] (main) Initiating state transfer process
2011-08-17 15:26:58,149 INFO [RpcManagerImpl] (main) ISPN000074: Trying to fetch state from JBMBAir-37835
2011-08-17 15:26:58,169 DEBUG [StateTransferManagerImpl] (Incoming-2,JBMBAir-9858) Applying state
2011-08-17 15:27:12,095 DEBUG [StateTransferManagerImpl] (Incoming-2,JBMBAir-9858) State applied, closing object stream
2011-08-17 15:27:12,107 INFO [RpcManagerImpl] (main) ISPN000076: Successfully retrieved and applied state from JBMBAir-37835
2011-08-17 15:27:12,113 DEBUG [StateTransferManagerImpl] (main) State transfer process completed in 13.96 seconds
2011-08-17 15:27:14,460 INFO [ClusterValidation] (main) Cluster formed successfully!
2011-08-17 15:27:14,664 INFO [LoggingListener] (main) About to put key, value into cache on node 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment