Description of problem: The UDP, TCP, and EC2 JGroups configuration files all include the <tom.TOA/> element. Per a discussion in the JDG PM meeting, this protocol is not supported and this element should be removed from these files. https://github.com/infinispan/jdg/blob/jdg-6.3.x/core/src/main/resources/jgroups-udp.xml https://github.com/infinispan/jdg/blob/jdg-6.3.x/core/src/main/resources/jgroups-tcp.xml https://github.com/infinispan/jdg/blob/jdg-6.3.x/core/src/main/resources/jgroups-ec2.xml Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Pull request sent: https://github.com/infinispan/jdg/pull/205
(In reply to Divya Mehra from comment #3) > Does removing <tom.TOA/> impact these JGroups profiles functionally ? No, Divya. The TOA protocol is only used with the "Total Order based commit protocol" [1] http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_total_order_based_commit_protocol It is unused if total order isn't enabled in Infinispan/JDG, and it doesn't affect the other JGroups settings.