Skip to content

Commit

Permalink
Take the metadata fetch time change from the HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
lnbest0707-uber committed Dec 17, 2024
1 parent ad34f17 commit ab7b85b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public Boolean call()
streamConsumerFactory.createStreamMetadataProvider(clientId)) {
_newPartitionGroupMetadataList.addAll(streamMetadataProvider.computePartitionGroupMetadata(clientId,
_streamConfigs.get(i),
topicPartitionGroupConsumptionStatusList, /*maxWaitTimeMs=*/5000).stream().map(
topicPartitionGroupConsumptionStatusList, /*maxWaitTimeMs=*/15000).stream().map(
metadata -> new PartitionGroupMetadata(
IngestionConfigUtils.getPinotPartitionIdFromStreamPartitionId(
metadata.getPartitionGroupId(), index),
Expand Down

0 comments on commit ab7b85b

Please sign in to comment.