JGroupsTransport shouldn't try to change the name of a connected
channel
------------------------------------------------------------------------
Key: ISPN-6233
URL:
https://issues.jboss.org/browse/ISPN-6233
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.2.0.Beta2, 8.1.2.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.2.0.CR1
If a {{ChannelLookup}} implementation returns an already-connected channel (i.e.
{{channelLookup.shouldConnect() == false}}), {{channel.setName()}} will throw an
exception.