Hi,
We have a stage cluster and a prod cluster. Yet if the stage cluster is UP, and 
we start the prod cluster, the logs report prod members and stage members 
seeing 
one another as part of the same tribes group! How do we separate this?

We already have them listening on separate mcastAddresses... prod id 228.0.0.9 
and stage is 228.0.0.10... really at a loss here. Help!


   
<Engine....
....


 <Cluster channelSendOptions="8"
              className="org.apache.catalina.ha.tcp.SimpleTcpCluster">

           <Membership 
className="org.apache.catalina.cluster.mcast.McastService"
                mcastAddr="228.0.0.9"
                mcastPort="45564"
                mcastFrequency="500"
                mcastDropTime="3000"/>


           <Manager
                 className="org.apache.catalina.ha.session.DeltaManager"
                 expireSessionsOnShutdown="false" domainReplication="true"
                 notifyListenersOnReplication="true" />

           <Channel className="org.apache.catalina.tribes.group.GroupChannel">

                         <!-- this is what THIS node listens on in the cluster 
-->
                 <Receiver address="10.xx.xx.me"                       
className="org.apache.catalina.tribes.transport.nio.NioReceiver"
                       maxThreads="6" port="4000" selectorTimeout="5000" />
                    <Sender 
className="org.apache.catalina.tribes.transport.ReplicationTransmitter">        
           
 
                    <Transport 
className="org.apache.catalina.tribes.transport.nio.PooledParallelSender" 
/>                 </Sender>

                     <Interceptor 
className="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector" 
/>               


                     <Interceptor 
className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">


                       <Member 
className="org.apache.catalina.tribes.membership.StaticMember"
                             port="4000" securePort="-1" 
host="10.xx.xx.othernode"  domain="PROD-domain" 
uniqueId="{0,0,0,0,0,0,0,0,0,191}" />

                     </Interceptor>                 
                     <Interceptor 
className="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor"
 />

          </Channel>
          <Valve className="org.apache.catalina.ha.tcp.ReplicationValve" 
filter="" />          

          <Valve className="org.apache.catalina.ha.session.JvmRouteBinderValve" 
/>
          <ClusterListener 
className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener" />
</Cluster>                  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to