Can anybody give any recommendations on the best way to verify cluster replication?  
We are basically planning on examining packets between 2 nodes on the cluster to see 
what kind of data is passed.  Currently, it seems nodes join the cluster but the 
eviction we are triggering on one node does not show up on the other node.

Here is our config.  We are using the fc-fast example from jgroups until I understnad 
this stuff more.
<?xml version="1.0" encoding="UTF-8"?>

        
        
                jboss:service=Naming
                jboss:service=TransactionManager
                MyCluster
                REPL_ASYNC
                10000
                15000
                true
                
                        org.jboss.cache.eviction.LRUPolicy
                
                
                        
                                5
                                <!-- Cache wide default -->
                                
                                        5000
                                        1000
                                
                        
                
                
                        
                                <UDP mcast_send_buf_size="10000000" mcast_port="45566"
                                        ucast_recv_buf_size="10000000" 
mcast_addr="@MCAST_ADDR@"
                                        loopback="false" mcast_recv_buf_size="10000000"
                                        max_bundle_size="64000" max_bundle_timeout="30"
                                        use_incoming_packet_handler="false"
                                        use_outgoing_packet_handler="true" 
ucast_send_buf_size="10000000"
                                        ip_ttl="32" enable_bundling="true" />
                                <PING timeout="2000" down_thread="false"
                                        num_initial_members="3" />
                                <MERGE2 max_interval="10000" down_thread="false"
                                        min_interval="5000" />
                                <FD_SOCK down_thread="false" />
                                <VERIFY_SUSPECT timeout="1500" down_thread="false" />
                                <pbcast.NAKACK max_xmit_size="60000" 
down_thread="false"
                                        use_mcast_xmit="true" gc_lag="50"
                                        retransmit_timeout="300,600,1200,2400,4800" />
                                <UNICAST timeout="300,600,1200,2400,3600"
                                        down_thread="false" />
                                <pbcast.STABLE stability_delay="1000"
                                        desired_avg_gossip="5000" down_thread="false" 
max_bytes="250000" />
                                <pbcast.GMS print_local_addr="true" join_timeout="3000"
                                        down_thread="false" join_retry_timeout="2000" 
shun="true" />
                                <FC max_credits="1000000" down_thread="false"
                                        min_threshold="0.10" />
                                <FRAG frag_size="60000" down_thread="false"
                                        up_thread="true" />
                                <COMPRESS down_thread="false" min_size="500"
                                        compression_level="3" up_thread="true" />
                                <pbcast.STATE_TRANSFER down_thread="false"
                                        up_thread="false" />
                        
                
        


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

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


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to