mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
[ARTEMIS-708] Incorrect ConcurrentHashSet.remove call in QueueImpl.DelayedAddRedistributor.run
This commit is contained in:
parent
813f2532d8
commit
028f92ffa5
@ -2709,7 +2709,7 @@ public class QueueImpl implements Queue {
|
||||
synchronized (QueueImpl.this) {
|
||||
internalAddRedistributor(executor1);
|
||||
|
||||
futures.remove(this);
|
||||
futures.remove(redistributorFuture);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user