[ARTEMIS-708] Incorrect ConcurrentHashSet.remove call in QueueImpl.DelayedAddRedistributor.run

This commit is contained in:
bayern39 2016-10-19 15:53:10 +08:00 committed by Clebert Suconic
parent 813f2532d8
commit 028f92ffa5
1 changed files with 1 additions and 1 deletions

View File

@ -2709,7 +2709,7 @@ public class QueueImpl implements Queue {
synchronized (QueueImpl.this) {
internalAddRedistributor(executor1);
futures.remove(this);
futures.remove(redistributorFuture);
}
}
}