Uploaded image for project: 'JBoss A-MQ'
  1. JBoss A-MQ
  2. ENTMQ-2197

Replicated LevelDB master is reelected each time when 1 zookeeper node (of 3) is stopped

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • Hide

      1) start fabric in Fuse
      2)Create 2 zookeeper containers:

       fabric:container-create-ssh --user USER --host 127.0.0.1  --profile fabric --password PASSWORD zk0
       fabric:container-create-ssh --user USER --host 127.0.0.1  --profile fabric --password PASSWORD zk1
      

      and wait for provision
      3) add them to ensemble:

      ensemble-add zk0 zk1
      

      and wait for all containers provision
      4)Create broker profile and brokers:

       mq-create --no-ssl --parent-profile=mq-replicated --group a broker-nossl
      fabric:container-create-ssh --user USER --host 127.0.0.1  --profile mq-broker-a.broker-nossl --password PASSWORD broker-nossl-c0
      fabric:container-create-ssh --user USER --host 127.0.0.1  --profile mq-broker-a.broker-nossl --password PASSWORD broker-nossl-c1
      fabric:container-create-ssh --user USER --host 127.0.0.1  --profile mq-broker-a.broker-nossl --password PASSWORD broker-nossl-c2
      

      and wait for their provision.
      5) Kill zk0 container.

      Show
      1) start fabric in Fuse 2)Create 2 zookeeper containers: fabric:container-create-ssh --user USER --host 127.0.0.1 --profile fabric --password PASSWORD zk0 fabric:container-create-ssh --user USER --host 127.0.0.1 --profile fabric --password PASSWORD zk1 and wait for provision 3) add them to ensemble: ensemble-add zk0 zk1 and wait for all containers provision 4)Create broker profile and brokers: mq-create --no-ssl --parent-profile=mq-replicated --group a broker-nossl fabric:container-create-ssh --user USER --host 127.0.0.1 --profile mq-broker-a.broker-nossl --password PASSWORD broker-nossl-c0 fabric:container-create-ssh --user USER --host 127.0.0.1 --profile mq-broker-a.broker-nossl --password PASSWORD broker-nossl-c1 fabric:container-create-ssh --user USER --host 127.0.0.1 --profile mq-broker-a.broker-nossl --password PASSWORD broker-nossl-c2 and wait for their provision. 5) Kill zk0 container.

      3 amq container with replicated LevelDB are created, and 3 zookeeper containers(1 root and 2 ssh containers) using using mq-replicated profile. Each time after stopping 1 zookeeper container, the master is reelected:

      2015-01-16 23:35:57,831 | INFO  | er-nossl] Task-2 | MasterElector                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Master started: tcp://192.168.1.101:61619
      2015-01-16 23:35:58,073 | INFO  | spatch-DEFAULT-2 | MasterLevelDBStore               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Slave has connected: 273daf3e-32e0-43a9-a0c4-0ad576c87b4a
      2015-01-16 23:35:58,302 | INFO  | spatch-DEFAULT-2 | MasterLevelDBStore               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Slave has now caught up: 273daf3e-32e0-43a9-a0c4-0ad576c87b4a
      2015-01-16 23:35:58,425 | INFO  | pool-37-thread-1 | BrokerService                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Apache ActiveMQ 5.10.0.redhat-620062 (broker-nossl, ID:dhcp-4-224.brq.redhat.com-50395-1421447758308-0:1) is starting
      2015-01-16 23:35:58,434 | INFO  | pool-37-thread-1 | TransportServerThreadSupport     | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Listening for connections at: tcp://dhcp-4-224.brq.redhat.com:53101
      2015-01-16 23:35:58,434 | INFO  | pool-37-thread-1 | TransportConnector               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Connector openwire started
      2015-01-16 23:35:58,436 | INFO  | pool-37-thread-1 | TransportServerThreadSupport     | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Listening for connections at: mqtt://dhcp-4-224.brq.redhat.com:32793
      2015-01-16 23:35:58,436 | INFO  | pool-37-thread-1 | TransportConnector               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Connector mqtt started
      2015-01-16 23:35:58,437 | INFO  | pool-37-thread-1 | TransportServerThreadSupport     | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Listening for connections at: amqp://dhcp-4-224.brq.redhat.com:38136
      2015-01-16 23:35:58,438 | INFO  | pool-37-thread-1 | TransportConnector               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Connector amqp started
      2015-01-16 23:35:58,440 | INFO  | pool-37-thread-1 | TransportServerThreadSupport     | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Listening for connections at: stomp://dhcp-4-224.brq.redhat.com:35887
      2015-01-16 23:35:58,447 | INFO  | pool-37-thread-1 | TransportConnector               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Connector stomp started
      2015-01-16 23:35:58,447 | INFO  | pool-37-thread-1 | BrokerService                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Apache ActiveMQ 5.10.0.redhat-620062 (broker-nossl, ID:dhcp-4-224.brq.redhat.com-50395-1421447758308-0:1) started
      2015-01-16 23:35:58,447 | INFO  | pool-37-thread-1 | BrokerService                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | For help or more information please see: http://activemq.apache.org
      2015-01-16 23:35:58,462 | INFO  | pool-37-thread-1 | ActiveMQServiceFactory           | 175 - io.fabric8.mq.mq-fabric - 1.2.0.redhat-059 | Broker broker-nossl has started.
      2015-01-16 23:35:59,548 | INFO  | ]-timer-thread-1 | ServerSession                    | 35 - org.apache.sshd.core - 0.12.0 | Disconnecting: Session has timed out waiting for authentication after 120000 ms.
      2015-01-16 23:37:04,083 | INFO  | spatch-DEFAULT-3 | MasterLevelDBStore               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Slave has connected: 1fdcbc93-6109-40a6-935f-4d551b7aedd0
      2015-01-16 23:37:04,227 | INFO  | spatch-DEFAULT-3 | MasterLevelDBStore               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Slave has now caught up: 1fdcbc93-6109-40a6-935f-4d551b7aedd0
      2015-01-16 23:37:04,597 | INFO  | 2]-nio2-thread-4 | ServerSession                    | 35 - org.apache.sshd.core - 0.12.0 | Server session created from /127.0.0.1:58809
      2015-01-16 23:37:04,599 | INFO  | 2]-nio2-thread-5 | ServerSession                    | 35 - org.apache.sshd.core - 0.12.0 | Kex: server->client aes128-ctr hmac-sha1 none
      2015-01-16 23:37:04,599 | INFO  | 2]-nio2-thread-5 | ServerSession                    | 35 - org.apache.sshd.core - 0.12.0 | Kex: client->server aes128-ctr hmac-sha1 none
      2015-01-16 23:37:04,725 | INFO  | 2]-nio2-thread-4 | ServerUserAuthService            | 35 - org.apache.sshd.core - 0.12.0 | Session admin@/127.0.0.1:58809 authenticated
      2015-01-16 23:37:04,737 | INFO  | 2]-nio2-thread-5 | ChannelSession                   | 35 - org.apache.sshd.core - 0.12.0 | Executing command: activemq:list
      2015-01-16 23:37:11,250 | INFO  | ispatcher thread | MasterElector                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Demoted to slave
      2015-01-16 23:37:11,252 | INFO  | er-nossl] Task-5 | BrokerService                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Apache ActiveMQ 5.10.0.redhat-620062 (broker-nossl, ID:dhcp-4-224.brq.redhat.com-50395-1421447758308-0:1) is shutting down
      2015-01-16 23:37:11,503 | INFO  | .101:50280@53101 | TransportConnection              | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Suppressing reply to: MessageAck {commandId = 9, responseRequired = false, ackType = 2, consumerId = ID:dhcp-4-224.brq.redhat.com-46923-1421447825699-1:2:1:1, firstMessageId = ID:dhcp-4-224.brq.redhat.com-46923-1421447825699-1:1:1:1:5, lastMessageId = ID:dhcp-4-224.brq.redhat.com-46923-1421447825699-1:1:1:1:5, destination = queue://continuousCommonSessionRestartWithZkKillTest, transactionId = null, messageCount = 1, poisonCause = null} on: java.io.IOException: Store stopped, cause: org.apache.activemq.broker.SuppressReplyException: Store stopped
      2015-01-16 23:37:11,507 | INFO  | er-nossl] Task-5 | TransportConnector               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Connector openwire stopped
      2015-01-16 23:37:11,508 | INFO  | er-nossl] Task-5 | TransportConnector               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Connector mqtt stopped
      2015-01-16 23:37:11,508 | INFO  | er-nossl] Task-5 | TransportConnector               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Connector amqp stopped
      2015-01-16 23:37:11,508 | INFO  | er-nossl] Task-5 | TransportConnector               | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Connector stomp stopped
      2015-01-16 23:37:11,511 | INFO  | ispatcher thread | ZKClient                         | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | StateChangeDispatcher terminated.
      2015-01-16 23:37:11,628 | INFO  | er-nossl] Task-4 | LevelDBStore                     | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Stopped LevelDB[/home/emedvede/containers/broker-nossl-c0/fabric8-karaf-1.2.0.redhat-059/databroker-nossl/leveldb/broker-nossl-c0]
      2015-01-16 23:37:11,629 | INFO  | er-nossl] Task-4 | MasterElector                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Master stopped
      2015-01-16 23:37:12,153 | INFO  | er-nossl] Task-5 | ZooKeeper                        | 71 - io.fabric8.fabric-zookeeper - 1.2.0.redhat-059 | Session: 0x24af4df55920001 closed
      2015-01-16 23:37:12,158 | INFO  | er-nossl] Task-5 | BrokerService                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Apache ActiveMQ 5.10.0.redhat-620062 (broker-nossl, ID:dhcp-4-224.brq.redhat.com-50395-1421447758308-0:1) uptime 1 minute
      2015-01-16 23:37:12,159 | INFO  | er-nossl] Task-5 | BrokerService                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Apache ActiveMQ 5.10.0.redhat-620062 (broker-nossl, ID:dhcp-4-224.brq.redhat.com-50395-1421447758308-0:1) is shutdown
      2015-01-16 23:37:12,159 | INFO  | er-nossl] Task-5 | ActiveMQServiceFactory           | 175 - io.fabric8.mq.mq-fabric - 1.2.0.redhat-059 | Broker 'broker-nossl' shut down, giving up being master
      2015-01-16 23:37:12,261 | INFO  | er-nossl] Task-5 | ActiveMQServiceFactory           | 175 - io.fabric8.mq.mq-fabric - 1.2.0.redhat-059 | Lost zookeeper service for broker broker-nossl, stopping the broker.
      2015-01-16 23:37:12,262 | INFO  | pool-37-thread-1 | ActiveMQServiceFactory$1         | 191 - org.apache.servicemix.bundles.spring-context - 3.2.11.RELEASE_1 | Closing io.fabric8.mq.fabric.ActiveMQServiceFactory$1@68506e6d: startup date [Fri Jan 16 23:35:40 CET 2015]; root of context hierarchy
      2015-01-16 23:37:12,262 | INFO  | pool-37-thread-1 | DefaultListableBeanFactory       | 190 - org.apache.servicemix.bundles.spring-beans - 3.2.11.RELEASE_1 | Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@162277b2: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.apache.activemq.xbean.XBeanBrokerService#0]; root of factory hierarchy
      2015-01-16 23:37:12,264 | INFO  | er-nossl] Task-5 | ActiveMQServiceFactory           | 175 - io.fabric8.mq.mq-fabric - 1.2.0.redhat-059 | Found zookeeper service for broker broker-nossl.
      2015-01-16 23:37:12,264 | INFO  | er-nossl] Task-5 | ActiveMQServiceFactory           | 175 - io.fabric8.mq.mq-fabric - 1.2.0.redhat-059 | Replicating broker broker-nossl is starting.
      2015-01-16 23:37:12,267 | INFO  | er-nossl] Task-5 | ActiveMQServiceFactory           | 175 - io.fabric8.mq.mq-fabric - 1.2.0.redhat-059 | Broker broker-nossl is being started.
      2015-01-16 23:37:12,268 | INFO  | pool-37-thread-1 | ActiveMQServiceFactory           | 175 - io.fabric8.mq.mq-fabric - 1.2.0.redhat-059 | booting up a broker from: profile:broker.xml
      2015-01-16 23:37:12,269 | INFO  | pool-37-thread-1 | ActiveMQServiceFactory$1         | 191 - org.apache.servicemix.bundles.spring-context - 3.2.11.RELEASE_1 | Refreshing io.fabric8.mq.fabric.ActiveMQServiceFactory$1@5ab1e54c: startup date [Fri Jan 16 23:37:12 CET 2015]; root of context hierarchy
      2015-01-16 23:37:12,269 | INFO  | pool-37-thread-1 | XBeanXmlBeanDefinitionReader     | 190 - org.apache.servicemix.bundles.spring-beans - 3.2.11.RELEASE_1 | Loading XML bean definitions from URL [profile:broker.xml]
      2015-01-16 23:37:12,318 | INFO  | pool-37-thread-1 | DefaultListableBeanFactory       | 190 - org.apache.servicemix.bundles.spring-beans - 3.2.11.RELEASE_1 | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4e3a0cdd: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.apache.activemq.xbean.XBeanBrokerService#0]; root of factory hierarchy
      2015-01-16 23:37:12,334 | INFO  | pool-37-thread-1 | BrokerService                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Using Persistence Adapter: Replicated LevelDB[/home/emedvede/containers/broker-nossl-c0/fabric8-karaf-1.2.0.redhat-059/databroker-nossl/leveldb/broker-nossl-c0, 192.168.1.101:2182,192.168.1.101:2183,192.168.1.101:2184//fabric/registry/clusters/amq-replication-elections/a]
      2015-01-16 23:37:12,530 | INFO  | pool-37-thread-1 | ZooKeeper                        | 71 - io.fabric8.fabric-zookeeper - 1.2.0.redhat-059 | Initiating client connection, connectString=192.168.1.101:2182,192.168.1.101:2183,192.168.1.101:2184 sessionTimeout=2000 watcher=org.apache.activemq.leveldb.replicated.groups.ZKClient@222c4e14
      2015-01-16 23:37:12,530 | INFO  | ispatcher thread | ZKClient                         | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Starting StateChangeDispatcher
      2015-01-16 23:37:12,689 | INFO  | er-nossl] Task-1 | LevelDBClient                    | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Using the pure java LevelDB implementation.
      2015-01-16 23:37:12,708 | INFO  | er-nossl] Task-1 | SlaveLevelDBStore                | 181 - org.apache.activemq.activemq-osgi - 5.10.0.redhat-620062 | Attaching to master: tcp://192.168.1.101:61619
      

      Or with exceptions:

      2015-01-16 23:37:23,746 | INFO  | ad-1-EventThread | ConnectionStateManager           | 71 - io.fabric8.fabric-zookeeper - 1.2.0.redhat-059 | State change: SUSPENDED
      2015-01-16 23:37:23,748 | WARN  | pool-42-thread-1 | FabricMBeanRegistrationListener  | 64 - io.fabric8.fabric-core - 1.2.0.redhat-059 | Exception while jmx domain synchronization from event: javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.unregistered][message=][mbeanName=org.apache.activemq:type=Broker,brokerName=broker-nossl,service=Health]. This exception will be ignored.
      org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /fabric/registry/containers/domains/broker-nossl-c1/org.apache.activemq
      	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.ExistsBuilderImpl$2.call(ExistsBuilderImpl.java:172)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.ExistsBuilderImpl$2.call(ExistsBuilderImpl.java:161)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:107)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.ExistsBuilderImpl.pathInForeground(ExistsBuilderImpl.java:157)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.ExistsBuilderImpl.forPath(ExistsBuilderImpl.java:148)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.ExistsBuilderImpl.forPath(ExistsBuilderImpl.java:36)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at io.fabric8.zookeeper.utils.ZooKeeperUtils.deleteSafe(ZooKeeperUtils.java:260)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at io.fabric8.service.FabricMBeanRegistrationListener.doHandleNotification(FabricMBeanRegistrationListener.java:136)[64:io.fabric8.fabric-core:1.2.0.redhat-059]
      	at io.fabric8.service.FabricMBeanRegistrationListener.access$000(FabricMBeanRegistrationListener.java:69)[64:io.fabric8.fabric-core:1.2.0.redhat-059]
      	at io.fabric8.service.FabricMBeanRegistrationListener$1.run(FabricMBeanRegistrationListener.java:111)[64:io.fabric8.fabric-core:1.2.0.redhat-059]
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_45]
      	at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_45]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_45]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_45]
      	at java.lang.Thread.run(Thread.java:744)[:1.7.0_45]
      2015-01-16 23:37:23,750 | ERROR | er-nossl] Task-3 | ZooKeeperGroup                   | 65 - io.fabric8.fabric-groups - 1.2.0.redhat-059 | 
      org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /fabric/registry/clusters/amq/a/00000000001
      	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.DeleteBuilderImpl$5.call(DeleteBuilderImpl.java:239)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.DeleteBuilderImpl$5.call(DeleteBuilderImpl.java:234)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:107)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.DeleteBuilderImpl.pathInForeground(DeleteBuilderImpl.java:230)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.DeleteBuilderImpl.forPath(DeleteBuilderImpl.java:215)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at org.apache.curator.framework.imps.DeleteBuilderImpl.forPath(DeleteBuilderImpl.java:42)[71:io.fabric8.fabric-zookeeper:1.2.0.redhat-059]
      	at io.fabric8.groups.internal.ZooKeeperGroup.doUpdate(ZooKeeperGroup.java:229)[65:io.fabric8.fabric-groups:1.2.0.redhat-059]
      	at io.fabric8.groups.internal.ZooKeeperGroup.close(ZooKeeperGroup.java:183)[65:io.fabric8.fabric-groups:1.2.0.redhat-059]
      	at io.fabric8.mq.fabric.discovery.FabricDiscoveryAgent.stop(FabricDiscoveryAgent.java:231)[181:org.apache.activemq.activemq-osgi:5.10.0.redhat-620062]
      	at io.fabric8.mq.fabric.ActiveMQServiceFactory$ClusteredConfiguration.updateCurator(ActiveMQServiceFactory.java:728)[175:io.fabric8.mq.mq-fabric:1.2.0.redhat-059]
      	at io.fabric8.mq.fabric.ActiveMQServiceFactory$ClusteredConfiguration$2.run(ActiveMQServiceFactory.java:620)[175:io.fabric8.mq.mq-fabric:1.2.0.redhat-059]
      	at org.apache.activemq.broker.BrokerService.stop(BrokerService.java:817)[181:org.apache.activemq.activemq-osgi:5.10.0.redhat-620062]
      	at org.apache.activemq.xbean.XBeanBrokerService.stop(XBeanBrokerService.java:122)[181:org.apache.activemq.activemq-osgi:5.10.0.redhat-620062]
      	at org.apache.activemq.leveldb.replicated.ElectingLevelDBStore$$anonfun$stop_master$2.apply$mcV$sp(ElectingLevelDBStore.scala:258)[181:org.apache.activemq.activemq-osgi:5.10.0.redhat-620062]
      	at org.fusesource.hawtdispatch.package$$anon$4.run(hawtdispatch.scala:330)[181:org.apache.activemq.activemq-osgi:5.10.0.redhat-620062]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_45]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_45]
      	at java.lang.Thread.run(Thread.java:744)[:1.7.0_45]
      

            Unassigned Unassigned
            emedvede Elena Medvedeva (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: