[jboss-user] [JBossCache] - when eviction is configured in the clustered environment, th

murthytvsn do-not-reply at jboss.com
Wed Jan 31 14:51:34 EST 2007


when eviction is configured in the clustered environment, the tomcat server is not shutting down properly. And I have to kill the process manually. My configuration is as below

<?xml version="1.0"?>

                
                READ_COMMITTED
                REPL_ASYNC
                JForumCacheStage

                
            
                <!-- UDP: if you have a multihomed machine,
                set the bind_addr attribute to the appropriate NIC IP address -->

                                <!-- UDP: On Windows machines, because of the media sense feature
                 being broken with multicast (even after disabling media sense)
                 set the loopback attribute to true -->
                <UDP mcast_addr="228.1.2.3" mcast_port="48866"
                    ip_ttl="64" ip_mcast="true" bind_addr="xxx.xx.xx.xx"
                    mcast_send_buf_size="300000" mcast_recv_buf_size="640000"
                    ucast_send_buf_size="300000" ucast_recv_buf_size="640000"
                    loopback="false"/>

                <PING timeout="2000" num_initial_members="3" up_thread="false" down_thread="false"/>
                <MERGE2 min_interval="60000" max_interval="90000"/>
                <FD shun="true" up_thread="true" down_thread="true" timeout="2500" max_tries="5"/>
                <VERIFY_SUSPECT timeout="1500" up_thread="false" down_thread="false"/>

                                <pbcast.NAKACK gc_lag="50" retransmit_timeout="100,200,300,600,1200,2400,4800"
                                        max_xmit_size="32768" up_thread="false" down_thread="false"/>

                <UNICAST timeout="300,600,1200,2400,3600" window_size="100" min_threshold="10" down_thread="false"/>
                <pbcast.STABLE desired_avg_gossip="40000" up_thread="false" down_thread="false" max_bytes="300000"/>

                                <FRAG frag_size="16384" down_thread="false" up_thread="false"/>
                <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="true" print_local_addr="true"/>
                <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
            
        

        org.jboss.cache.eviction.LRUPolicy
                        <!-- Specific eviction policy configurations. This is LRU -->
                        
                        
                                <!-- Cache wide default -->
                                3600

                                <!-- Cache wide default -->
                                
                                        2000
                                        3600
                                
                                
                                        200
                                        0
                                        0
                                
                                
                                        300
                                        0
                                        0
                                
                                
                                        200
                                        0
                                        0
                                
                                
                                        200
                                        0
                                        0
                                
                                
                                        <!--attribute name="maxNodes">300</attribute-->
                                        10
                                        3600
                                        0
                                
                        
                

        



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

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



More information about the jboss-user mailing list