3 Replies Latest reply on Feb 10, 2010 4:33 AM by mircea.markus

    jgroups configuration in cachebenchfwk

    yelin66

      I tried to run the cachebenchfwk to collect data on infinispan. When I used the jgroups-udp.xml under plugins/infinispan/conf/jgroups (that's the default configuration under the infinispan4 plugin), the nodes failed to form a cluster. After I commented the following lines in configuration to make it use the default udp.xml in jgroups jar, it works fine.

               <properties>
                  <property name="configurationFile" value="jgroups/jgroups-udp.xml"/>
               </properties>

      Could you please suggest what went wrong when I used the jgroups-udp.xml coming with cachebenchfwk? And if I use the default configuration file in jgroups jar, what will be the difference in the data collected?

       

      Thanks in advance.

       

      Lin