We're testing with TreeCache regarding cluster-abilities.

The cache is not synchronized to a node that had no network connection and reconnects 
to the cluster.

- We have a cluster of 2 linux machines, jboss 3.2.4 (final) with Treecache that was 
delivered with jboss 3.2.4.
- Cache is configured as SYNCRONIZED and REPL_SYNC

Thats our scenario:
1.) Both machines (say A and B) are connected to each other.
2.) a Tx is started on machine A and committed that puts 3 members in the cache.
3.) the printdetails-function called on every machine shows the same values. fine.
4.) We unplug the network on machine B.
5.) Both machines recognize the disconnect (viewAccepted():...)
6.) We start a similar Tx as in 2.) on machine A which does a 'put' on 2 of the 3 
members in the cache (so we modiy 2 members) and commit the Tx.
7.) We reconnect machine B to the network.
8.) Both machines recognize each other and build a cluster.

--> the printdetails-function called on every machine shows DIFFERENT values!
So the cache is not re-synchronized to machine B! Why?

We noticed 2 WARNing messages:

[NAKACK] [<machine B>] discarded message from non-member <machine A>
[NAKACK] [<machine B>] discarded message from non-member <machine A>

These messages appear on machine B after network-reconnect and BEFORE the 
"viewAccepted()"-message that says that the cluster is rebuild.
Maybe these messages should be processed in order to resynchronize the cluster?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to