<div dir="ltr">Hi Radim,<div>      I need below answer</div><div>1.Do we need to enable multicast in the network where nodes are deployed.</div><div>2.We are using TCPGOSSIP router for clustering communication</div><div>3.How can i create TCPGOSSIP router communication with my local desktop.</div><div><br></div><div>Any help is appreciated .</div><div><br></div><div>regards,</div><div> sathish.b.t</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 17 Aug 2016 at 13:40 Radim Vansa &lt;<a href="mailto:rvansa@redhat.com">rvansa@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Satish,<br>
<br>
this mailing list is for developer discussions. We have a nice forum for<br>
user questions [1], so I recommend posting the problem there, with more<br>
details (e.g. why do you think that the replication is not happening,<br>
and logs). Luckily even in Infinispan 8.2.2 we kept the replication<br>
working, so the problem may be elsewhere.<br>
<br>
Radim<br>
<br>
[1] <a href="https://developer.jboss.org/en/infinispan/" rel="noreferrer" target="_blank">https://developer.jboss.org/en/infinispan/</a><br>
<br>
<br>
On 08/17/2016 10:02 AM, Sathish Kumarbt wrote:<br>
&gt;<br>
&gt; Dear all,<br>
&gt;<br>
&gt;        I am upgrading infinispan version from 6.0 to 8.2.2 version .<br>
&gt;<br>
&gt; Replication between the nodes is not happening .Here is the infinispan<br>
&gt; config<br>
&gt;<br>
&gt; &lt;infinispan&gt;<br>
&gt;<br>
&gt;     &lt;jgroups&gt;<br>
&gt;<br>
&gt;         &lt;stack-file name=&quot;configurationFile&quot; path=&quot;config/jgroups.xml&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;/jgroups&gt;<br>
&gt;<br>
&gt;     &lt;cache-container&gt;<br>
&gt;<br>
&gt;         &lt;transport cluster=&quot;x-cluster&quot; stack=&quot;configurationFile&quot; /&gt;<br>
&gt;<br>
&gt; &lt;replicated-cache name=&quot;transactional-type&quot; mode=&quot;SYNC&quot;&gt;<br>
&gt;<br>
&gt;             &lt;transaction mode=&quot;NON_XA&quot;  locking=&quot;OPTIMISTIC&quot;<br>
&gt; transaction-manager-lookup=&quot;org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup&quot;<br>
&gt; auto-commit=&quot;true&quot; /&gt;<br>
&gt;<br>
&gt; &lt;locking acquire-timeout=&quot;60000&quot;/&gt;<br>
&gt;<br>
&gt; &lt;expiration lifespan=&quot;43200000&quot;/&gt;<br>
&gt;<br>
&gt;         &lt;/replicated-cache&gt;<br>
&gt;<br>
&gt;     &lt;/cache-container&gt;<br>
&gt;<br>
&gt; &lt;/infinispan&gt;<br>
&gt;<br>
&gt; Jgroups configuration<br>
&gt;<br>
&gt; &lt;!--<br>
&gt;<br>
&gt;     TCP based stack, with flow control and message bundling. This is<br>
&gt; usually used when IP<br>
&gt;<br>
&gt;     multicasting cannot be used in a network, e.g. because it is<br>
&gt; disabled (routers discard multicast).<br>
&gt;<br>
&gt;     Note that TCP.bind_addr and TCPPING.initial_hosts should be set,<br>
&gt; possibly via system properties, e.g.<br>
&gt;<br>
&gt; -Djgroups.bind_addr=192.168.5.2 and<br>
&gt; -Djgroups.tcpping.initial_hosts=192.168.5.2[7800]&quot;.<br>
&gt;<br>
&gt;     author: Bela Ban<br>
&gt;<br>
&gt; --&gt;<br>
&gt;<br>
&gt; &lt;config xmlns=&quot;urn:org:jgroups&quot;<br>
&gt;<br>
&gt;         xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" rel="noreferrer" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
&gt;<br>
&gt; xsi:schemaLocation=&quot;urn:org:jgroups<br>
&gt; <a href="http://www.jgroups.org/schema/jgroups-3.6.xsd" rel="noreferrer" target="_blank">http://www.jgroups.org/schema/jgroups-3.6.xsd</a>&quot;&gt;<br>
&gt;<br>
&gt;   &lt;TCP loopback=&quot;true&quot;<br>
&gt;<br>
&gt; bind_addr=&quot;${jgroups.tcp.address:127.0.0.1}&quot;<br>
&gt;<br>
&gt; bind_port=&quot;${jgroups.tcp.port:7800}&quot;<br>
&gt;<br>
&gt; recv_buf_size=&quot;${tcp.recv_buf_size:20M}&quot;<br>
&gt;<br>
&gt; send_buf_size=&quot;${tcp.send_buf_size:640K}&quot;<br>
&gt;<br>
&gt; discard_incompatible_packets=&quot;true&quot;<br>
&gt;<br>
&gt; max_bundle_size=&quot;64K&quot;<br>
&gt;<br>
&gt; max_bundle_timeout=&quot;30&quot;<br>
&gt;<br>
&gt; enable_bundling=&quot;true&quot;<br>
&gt;<br>
&gt; use_send_queues=&quot;true&quot;<br>
&gt;<br>
&gt; sock_conn_timeout=&quot;300&quot;<br>
&gt;<br>
&gt; timer_type=&quot;new&quot;<br>
&gt;<br>
&gt;        timer.min_threads=&quot;4&quot;<br>
&gt;<br>
&gt; timer.max_threads=&quot;10&quot;<br>
&gt;<br>
&gt; timer.keep_alive_time=&quot;3000&quot;<br>
&gt;<br>
&gt; timer.queue_max_size=&quot;500&quot;<br>
&gt;<br>
&gt; thread_pool.enabled=&quot;true&quot;<br>
&gt;<br>
&gt; thread_pool.min_threads=&quot;2&quot;<br>
&gt;<br>
&gt; thread_pool.max_threads=&quot;30&quot;<br>
&gt;<br>
&gt; thread_pool.keep_alive_time=&quot;60000&quot;<br>
&gt;<br>
&gt; thread_pool.queue_enabled=&quot;false&quot;<br>
&gt;<br>
&gt; thread_pool.queue_max_size=&quot;100&quot;<br>
&gt;<br>
&gt; thread_pool.rejection_policy=&quot;discard&quot;<br>
&gt;<br>
&gt;   oob_thread_pool.enabled=&quot;true&quot;<br>
&gt;<br>
&gt; oob_thread_pool.min_threads=&quot;2&quot;<br>
&gt;<br>
&gt; oob_thread_pool.max_threads=&quot;30&quot;<br>
&gt;<br>
&gt; oob_thread_pool.keep_alive_time=&quot;60000&quot;<br>
&gt;<br>
&gt; oob_thread_pool.queue_enabled=&quot;false&quot;<br>
&gt;<br>
&gt; oob_thread_pool.queue_max_size=&quot;100&quot;<br>
&gt;<br>
&gt; oob_thread_pool.rejection_policy=&quot;discard&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;!-- &lt;TCP_NIO --&gt;<br>
&gt;<br>
&gt; &lt;!-- bind_port=&quot;7800&quot; --&gt;<br>
&gt;<br>
&gt;     &lt;!-- bind_interface=&quot;${jgroups.tcp_nio.bind_interface:bond0}&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- use_send_queues=&quot;true&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- sock_conn_timeout=&quot;300&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- reader_threads=&quot;3&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- writer_threads=&quot;3&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- processor_threads=&quot;0&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- processor_minThreads=&quot;0&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- processor_maxThreads=&quot;0&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- processor_queueSize=&quot;100&quot; --&gt;<br>
&gt;<br>
&gt; &lt;!-- processor_keepAliveTime=&quot;9223372036854775807&quot;/&gt; --&gt;<br>
&gt;<br>
&gt;     &lt;TCPGOSSIP initial_hosts=&quot;${jgroups.tcpgossip.initial_hosts}&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;!--    &lt;TCPPING async_discovery=&quot;true&quot;<br>
&gt; initial_hosts=&quot;${jgroups.tcpping.initial_hosts}&quot;<br>
&gt;<br>
&gt;             port_range=&quot;2&quot; timeout=&quot;3000&quot; /&gt; --&gt;<br>
&gt;<br>
&gt;     &lt;MERGE2 max_interval=&quot;30000&quot; min_interval=&quot;10000&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;FD_SOCK/&gt;<br>
&gt;<br>
&gt;     &lt;FD timeout=&quot;3000&quot; max_tries=&quot;3&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;VERIFY_SUSPECT timeout=&quot;1500&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;pbcast.NAKACK<br>
&gt;<br>
&gt; use_mcast_xmit=&quot;false&quot;<br>
&gt;<br>
&gt;     retransmit_timeout=&quot;300,600,1200,2400,4800&quot;<br>
&gt;<br>
&gt; discard_delivered_msgs=&quot;false&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;UNICAST2 timeout=&quot;300,600,1200&quot;<br>
&gt;<br>
&gt; stable_interval=&quot;5000&quot;<br>
&gt;<br>
&gt; max_bytes=&quot;1m&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;pbcast.STABLE stability_delay=&quot;500&quot; desired_avg_gossip=&quot;5000&quot;<br>
&gt; max_bytes=&quot;1m&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;pbcast.GMS print_local_addr=&quot;false&quot; join_timeout=&quot;3000&quot;<br>
&gt; view_bundling=&quot;true&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;UFC max_credits=&quot;200k&quot; min_threshold=&quot;0.20&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;MFC max_credits=&quot;200k&quot; min_threshold=&quot;0.20&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;FRAG2 frag_size=&quot;60000&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;RSVP timeout=&quot;60000&quot; resend_interval=&quot;500&quot; ack_on_delivery=&quot;false&quot; /&gt;<br>
&gt;<br>
&gt; &lt;/config&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Sathish.b.t<br>
&gt;<br>
&gt; ��K�� � �<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; infinispan-dev mailing list<br>
&gt; <a href="mailto:infinispan-dev@lists.jboss.org" target="_blank">infinispan-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
<br>
<br>
--<br>
Radim Vansa &lt;<a href="mailto:rvansa@redhat.com" target="_blank">rvansa@redhat.com</a>&gt;<br>
JBoss Performance Team<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org" target="_blank">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a></blockquote></div>