- Using version jgroups-3.3.0.CR2.jar
- Two sites LON and SFO with one member each (lon1 and sof1).
- Running org.jgroups.demos.ReplicatedHashMapDemo
- Set some key,value at sfo1 and it won't be replicated in HashMap at lon1
sfo.xml and lon.xml is same as conf/udp.xml with following protocols at the top.
...
<PEER_LOCK/>
<!-- pbcast.FLUSH /-->
<relay.RELAY2 site="XXX" config=".../Downloads/relay2.xml"
relay_multicasts="true" />
<FORWARD_TO_COORD />
...
Here relay2.xml is from conf/relay2.xml and global.xml is conf/tcp.xml