[jboss-user] [JBoss Cache Users] - Invalidation mode and state retrieval

rs1050 do-not-reply at jboss.com
Thu Dec 10 09:34:40 EST 2009


Hi,

If I have an invalidation cluster:


  |    <clustering mode="invalidation">
  |       <stateRetrieval timeout="20000"/>
  | ...
  | 
What does stateRetrieval control in this case? Does it still control whether this cache JVM would retrieve all the objects from other cluster members?

2. If i have 

  |    <clustering mode="invalidation">
  |       <stateRetrieval timeout="20000" fetchInMemoryStafe="false"/>
  | 
  | ...
  | 
Image I fist start a JVM and put 100 objects under 'xyz' node. Then i start up another JVM (part of the same invalidation cluster). I assume in this case no initial retrieval would take place. However, when i call 'xyz'.getChildren on the 'blank' jvm - will it start asking the neighbors for the all the xyz children or simply return empty collection because this particular node does not know anything about the other 100 children previously created by the first node?
 
Thank you.


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

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



More information about the jboss-user mailing list