mirror of https://github.com/apache/activemq.git
fix the inconsistency with ElectingLevelDBStore.isMaster() under AMQ-5082 unit test conditions
This commit is contained in:
parent
3d6bb7c392
commit
a6243225c5
|
@ -228,6 +228,7 @@ class ElectingLevelDBStore extends ProxyLevelDBStore {
|
|||
master_started.set(true)
|
||||
master.blocking_executor.execute(^{
|
||||
master.start();
|
||||
master_stopped.set(false)
|
||||
master_started_latch.countDown()
|
||||
})
|
||||
master.blocking_executor.execute(^{
|
||||
|
|
Loading…
Reference in New Issue