hello, I am trying to upgrade to v0.10.0. I ran th...
# troubleshoot
a
hello, I am trying to upgrade to v0.10.0. I ran the datahub-upgrade-job, however datahub-gms keeps giving this error:
Copy code
2023-02-24 11:24:01,525 [ThreadPoolTaskExecutor-1] WARN o.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-generic-duhe-consumer-job-client-1, groupId=generic-duhe-consumer-job-client] Error while fetching metadata with correlation id 1434 : {DataHubUpgradeHistory_v1=UNKNOWN_TOPIC_OR_PARTITION}
Any idea why?
1
s
DataHubUpgradeHistory_v1
is a new topic came from 0.10.0.. are you sure you have it in Kafka backend(
UNKNOWN_TOPIC_OR_PARTITION
)?
This topic is created automatically by
datahub-kafka-setup-job
probably you missed it.
a
that makes sense, thanks for the hint