[jboss-user] [JBoss Cache: Core Edition] - Re: 2 node in cluster being stuck when GC runs due to JBC?

mircea.markus do-not-reply at jboss.com
Fri Mar 28 07:43:16 EDT 2008


As cache is in SYNC mode I would say that this is 'normal' behavior. The non-GC cache waits for acknowledgment from the frozen cache until it received it or times out (SyncReplTimeout set to 15secs in your case)
If you cannot tune the GC to avoid "Stop the world" scenarios, here are some suggestions from a cache perspective:
1) use ASYNC replication if business allows it. This way the non-GC cache won't wait for the frozen cache to ACK 
2) reduce the SyncReplTimeout. If so the non-GC cache will throw an exception on operation, and give quicker feedback to the user.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139621#4139621

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139621



More information about the jboss-user mailing list