Bug 1132912 - The JGroups configuration files included with JDG reference the unsupported tom.TOA protocol
Summary: The JGroups configuration files included with JDG reference the unsupported t...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: JGroups
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER2
: 6.3.1
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-22 09:38 UTC by Alan Field
Modified: 2015-01-26 14:03 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-01-26 14:03:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alan Field 2014-08-22 09:38:48 UTC
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:

Comment 2 Alan Field 2014-08-22 10:07:12 UTC
Pull request sent: https://github.com/infinispan/jdg/pull/205

Comment 4 Alan Field 2014-08-25 07:07:56 UTC
(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.


Note You need to log in before you can comment on or make changes to this bug.