This content has been marked as final. 
    
Show                 2 replies
    
- 
        
1. Re: When starts the replication?
belaban Aug 19, 2004 5:24 AM (in response to prese)A and B need to put their data back into the cache, this can be done as follows:
1. Register as TreeCacheListener
2. Implement viewChange(View). If View instanceof MergeView --> re-register all values you suspect have not been seen across the cluster
Of course you can do reconciliation of state differently, that's up to you.
Bela - 
        
2. Re: When starts the replication?
prese Aug 19, 2004 7:24 AM (in response to prese)Thank you very much ;).
Sebi