fixed HashPartitionService
This commit is contained in:
parent
cc3c05f6e9
commit
f3a0d3a7e8
@ -107,7 +107,7 @@ public class HashPartitionService implements PartitionService {
|
|||||||
|
|
||||||
QueueKey vcKey = new QueueKey(ServiceType.TB_VC_EXECUTOR);
|
QueueKey vcKey = new QueueKey(ServiceType.TB_VC_EXECUTOR);
|
||||||
partitionSizesMap.put(vcKey, vcPartitions);
|
partitionSizesMap.put(vcKey, vcPartitions);
|
||||||
partitionTopicsMap.put(vcKey, topicService.buildTopicName(topicService.buildTopicName(vcTopic)));
|
partitionTopicsMap.put(vcKey, topicService.buildTopicName(vcTopic));
|
||||||
|
|
||||||
if (!isTransport(serviceInfoProvider.getServiceType())) {
|
if (!isTransport(serviceInfoProvider.getServiceType())) {
|
||||||
doInitRuleEnginePartitions();
|
doInitRuleEnginePartitions();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user