2 Replies Latest reply on Apr 30, 2013 11:55 AM by dex80526

    fail to create JGroups channel with jgroups-tcp 3.2 configuraion

    dex80526

      I upgrade my jgroups-tcp.xml configuration to jgroups 3.2 schema with Infinisapn 5.2.1.Final release, and get errors in starting Jgroups channel:

      ISPN000085: Error while trying to create a channel using config files: ./test-resources/jgroups-tcp.xml

       

      My jgroups-tcp.xml is copied from /core/src/main/resources/jgroups-tcp.xml.

       

      However, if I commented out the <pbcast.NAKCACK2 /> element and use the old <pbcast.NAKACK>, the problem went away.

      ============the following NOT work ============

       

         <pbcast.NAKACK2 use_mcast_xmit="false"

                         xmit_interval="1000"

                         xmit_table_num_rows="100"

                         xmit_table_msgs_per_row="10000"

                         xmit_table_max_compaction_time="10000"

                         max_msg_batch_size="100"/>

       

      <<<<<<<<<<<<<<<<this WORKS <<<<<<<<<<<<<<

         <pbcast.NAKACK  

               use_mcast_xmit="false"

               retransmit_timeout="300,600,1200,2400,4800"

               discard_delivered_msgs="false"/>

      <<<<<<<<<<<<

       

      What version of jgroups configuration should I use with ISPN 5.2.1?

       

      What is the correct jgroups-tcp configuration?