Hi! I'm evaluating ActiveMQ cluster using LevelDB Replicated Store. I have 3 ZooKeeper instances and 3 ActiveMQ instances. All messages use persistent delivery.
When I only publish events to the queue -- slaves behave properly. If I start to consume from the queue while having publishers pushing to it, logs on the 2 slave machines are exploding with the following repeated messages (logRefDecrement values are different in each message): Is this expected? My setup: ActiveMQ configuration is default from the distribution except this: My publishers/subscribers are JMeter Publisher/Subscribers that use this URL: What I've tried without luck: 1. Enable/disable Async Sends 2. sync="quorum_disk" 3. Disabling LevelDB log compression: logCompression="none" Thanks in advance! -- View this message in context: http://activemq.2283324.n4.nabble.com/A-lot-of-WARNs-invalid-logRefDecrement-on-the-slaves-of-Replicated-LevelDB-cluster-tp4710993.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.