]
Radoslav Husar updated AS7-1722:
--------------------------------
Priority: Minor (was: Major)
dropped message WARNING on node leaving a group
-----------------------------------------------
Key: AS7-1722
URL:
https://issues.jboss.org/browse/AS7-1722
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.0.0.Final, 7.0.1.Final
Reporter: Radoslav Husar
Assignee: Paul Ferraro
Priority: Minor
On node leaving the group there is a warning
{code}
17:57:31,340 INFO [org.jboss.as.clustering.CoreGroupCommunicationService.lifecycle.web]
(Incoming-13,web,rhusar-7808) New cluster view for partition web (id: 4, delta: -1, merge:
false) : [rhusar-7808]
17:57:31,340 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(Incoming-13,web,rhusar-7808) ISPN000094: Received new cluster view: [rhusar-7808|4]
[rhusar-7808]
17:57:31,345 WARNING [org.jgroups.protocols.pbcast.NAKACK] (Incoming-15,web,rhusar-7808)
rhusar-7808: dropped message from rhusar-41106 (not in table [rhusar-7808]),
view=[rhusar-7808|4] [rhusar-7808]
{code}
because it removes the member before receiving the last message
{code}
17:57:31,286 INFO [org.jboss.as.clustering.infinispan.subsystem] Stopped repl cache from
web container
17:57:31,290 INFO [jacorb.orb] prepare ORB for shutdown...
17:57:31,290 INFO [jacorb.orb] ORB going down...
17:57:31,305 INFO [jacorb.orb.iiop] Listener exited
17:57:31,310 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
ISPN000080: Disconnecting and closing JGroups Channel
17:57:31,312 INFO [org.hornetq.core.server.impl.HornetQServerImpl] HornetQ Server
version 2.2.7.Final (HQ_2_2_7_FINAL_AS7, 121) [8ee2c584-d740-11e0-ad66-0022fabb0b50]
stopped
17:57:31,310 INFO [jacorb.orb] ORB shutdown complete
17:57:31,313 INFO [jacorb.orb] ORB run, exit
17:57:31,349 INFO [org.jboss.as.server.deployment] Stopped deployment
SessionTest-2.0-SNAPSHOT.war in 197ms
17:57:31,636 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
ISPN000082: Stopping the RpcDispatcher
17:57:31,637 INFO [com.arjuna.ats.jbossatx] ARJUNA32018: Destroying
TransactionManagerService
17:57:31,638 INFO [com.arjuna.ats.jbossatx] ARJUNA32014: Stopping transaction recovery
manager
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: