Timeout expired while fetching topic metadata
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
My table config 《
{
"tableName": "t3_rt",
"tableType": "REALTIME",
"segmentsConfig": {
"timeColumnName": "update_time",
"timeType": "MILLISECONDS",
"schemaName": "t3",
"replicasPerPartition": "1"
},
"tenants": {},
"tableIndexConfig": {
"loadMode": "MMAP",
"streamConfigs": {
"dataFormat": "avro",
"className": "org.apache.pinot.plugin.inputformat.avro.AvroRecordReader",
"streamType": "kafka",
"stream.kafka.consumer.type": "lowlevel",
"stream.kafka.topic.name": "tianqin_debezium_test_t3",
"stream.kafka.decoder.class.name": "org.apache.pinot.plugin.inputformat.avro.confluent.KafkaConfluentSchemaRegistryAvroMessageDecoder",
"stream.kafka.consumer.factory.class.name": "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory",
"stream.kafka.broker.list": "***.**.**.**:9092",
"realtime.segment.flush.threshold.rows": "0",
"realtime.segment.flush.threshold.time": "30s",
"realtime.segment.flush.threshold.segment.size": "1M",
"stream.kafka.consumer.prop.auto.offset.reset": "smallest",
"schema.registry.url": "http://***.**.**.**:8081/",
"stream.kafka.zk.broker.url": "***.**.**.**:2181"
}
},
"metadata": {
"customConfigs": {}
}
}
》,When I try to create a table t3,error message:{"_code":500,"_error":"org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata"}
I guess the trouble is one of ,After everything I've tried, it's still the same.
please help me!
thanks!
Contributor guide
Research direction
No source files, tests, or entry points are identified in the report. Start by tracing realtime table creation through the Kafka topic metadata lookup and compare the broker, schema registry, and ZooKeeper settings shown in the configuration. Done means identifying the connection or configuration cause of the timeout and confirming that table creation succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kafka
- Domain
- databases, stream-processing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100