Error starting shared transport causes future channels using it to fail
-----------------------------------------------------------------------
Key: JGRP-1356
URL:
https://issues.jboss.org/browse/JGRP-1356
Project: JGroups
Issue Type: Bug
Affects Versions: 2.6.20
Reporter: Dennis Reed
Assignee: Bela Ban
When a shared singleton transport started in Configurator#startProtocolStack throws an
exception during TP#start,
it is not rolled back. Future channels created with the same singleton transport try to
use the failed instance.
If there is an exception in start, either:
- The transport should be removed or stopped, and future channels should try to start it
again
- The exception should be saved, and future channels using the same transport should get
the same exception when started
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira