fixed queue updates

This commit is contained in:
YevhenBondarenko 2022-05-06 21:19:11 +02:00
parent 7dcb572dfd
commit e241f73254

View File

@ -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