better-orange-49102
04/01/2022, 5:54 AMearly-lamp-41924
04/01/2022, 2:55 PMbetter-orange-49102
04/01/2022, 4:44 PMearly-lamp-41924
04/01/2022, 5:11 PMearly-lamp-41924
04/01/2022, 5:12 PMbetter-orange-49102
04/02/2022, 7:56 AMdocker-compose -p datahub -f docker-compose.yml -f docker-compose.override up -d
then followed by ingestion of sample data:
cd ./ingestion && docker-compose up -d
logged in as datahub, unable to find anything via search bar except for the Datahub and John Doe entity.
ES index is showing datasets, gms is not showing anything unusual, all containers are running, tried to run the datahub-upgrade job via
./datahub-upgrade.sh -u NoCodeDataMigration
but it says:
The bean 'kafkaProducerFactory', defined in class path resource [org/springframework/boot/autoconfigure/kafka/KafkaAutoConfiguration.class], could not be registered. A bean with that name has already been defined in URL [jar:file:/datahub/datahub-upgrade/bin/datahub-upgrade.jar!/BOOT-INF/lib/factories.jar!/com/linkedin/gms/factory/kafka/KafkaProducerFactory.class] and overriding is disabled.
30minutes later, still no search resultsbetter-orange-49102
04/02/2022, 8:59 AM[36mbroker |[0m [2022-04-01 07:11:11,234] ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
[36mbroker |[0m kafka.common.InconsistentClusterIdException: The Cluster ID V9WljOYIR7OA8OF2v41BiA doesn't match stored clusterId Some(FbqCKN4xQLuM-8w7GjM36A) in meta.properties. The broker is trying to join the wrong cluster. Configured zookeeper.connect may be wrong.
[36mbroker |[0m at kafka.server.KafkaServer.startup(KafkaServer.scala:220)
[36mbroker |[0m at io.confluent.support.metrics.SupportedServerStartable.startup(SupportedServerStartable.java:114)
[36mbroker |[0m at io.confluent.support.metrics.SupportedKafka.main(SupportedKafka.java:66)
[36mbroker |[0m [2022-04-01 07:11:11,245] INFO shutting down (kafka.server.KafkaServer)
[36mbroker |[0m [2022-04-01 07:11:11,250] INFO [ZooKeeperClient Kafka server] Closing. (kafka.zookeeper.ZooKeeperClient)
so i tried removing the broker volume, and it solved both the broker down and search not working issue together