[jboss-jira] [JBoss JIRA] (JGRP-1640) RELAY2: use strings as site IDs

Bela Ban (JIRA) jira-events at lists.jboss.org
Thu Jul 4 03:24:21 EDT 2013


    [ https://issues.jboss.org/browse/JGRP-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787539#comment-12787539 ] 

Bela Ban commented on JGRP-1640:
--------------------------------

Also changed routing table to accommodate for more than one route to a given site. This is needed by https://issues.jboss.org/browse/JGRP-1649
                
> RELAY2: use strings as site IDs
> -------------------------------
>
>                 Key: JGRP-1640
>                 URL: https://issues.jboss.org/browse/JGRP-1640
>             Project: JGroups
>          Issue Type: Feature Request
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>             Fix For: 3.4
>
>
> Investigate using strings instead of shorts as site-ids. This would eliminate the need for the string-short mapping file and would make life simpler for JDG and EAP as well.
> This would make EAP and JDG configuration simpler, as both configure the mapping from site string (e.g. "sfo") to ID (e.g. 1) on the fly. If we have sites sfo, lon and nyc in 1 config, we might end up with sfo=0, lon=1 and nyc=2. If we only configure lon and nyc in a differemt config, we have lon=0, nyc=1. This means that the second site interprets 0 as lon, although it was effectively sent by sfo.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jboss-jira mailing list