]
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
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: