-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
None
-
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
An instable network communication can cause JChannel to be closed. When this happens, mbeans jboss.jgroups:type=channel,cluster=... get unregistered as a result of receiving a jgroups EXIT event. The unregistration is done in org.jboss.ha.framework.server.JChannelFactory through JChannelFactory$ChannelCloseListener.
When the network comes back the channel reconnects. But the mbeans don't as the listener only pays attention to close events, and not reconnected events.
- is related to
-
JBPAPP-9503 EAP 5_1_2 ChannelFactoryManagedObjectsTestCase failures
- Closed