fixed queue updates
This commit is contained in:
parent
7dcb572dfd
commit
e241f73254
@ -145,6 +145,7 @@ public class HashPartitionService implements PartitionService {
|
||||
queuesById.put(queue.getQueueId(), queue);
|
||||
partitionTopicsMap.put(queueKey, queueUpdateMsg.getQueueTopic());
|
||||
partitionSizesMap.put(queueKey, queueUpdateMsg.getPartitions());
|
||||
myPartitions.remove(queueKey);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user