nice-xylophone-16750
07/20/2023, 2:24 AM2023-07-20 10:03:44,515 [ThreadPoolTaskExecutor-1] ERROR o.s.k.l.KafkaMessageListenerContainer$ListenerConsumer:149 - Consumer exception │
│ java.lang.IllegalStateException: This error handler cannot process 'SerializationException's directly; please consider configuring an 'ErrorHandlingDeserializer' in the value a │
│ nd/or key deserializer
│ at org.springframework.kafka.listener.SeekUtils.seekOrRecover(SeekUtils.java:194)
│ at org.springframework.kafka.listener.SeekToCurrentErrorHandler.handle(SeekToCurrentErrorHandler.java:112)
│ at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.handleConsumerException(KafkaMessageListenerContainer.java:1604)
│ at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1212)
│ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
│ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
│ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
│ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
│ at java.base/java.lang.Thread.run(Thread.java:829)
│ Caused by: org.apache.kafka.common.errors.SerializationException: Error deserializing key/value for partition DataHubUpgradeHistory_v1-0 at offset 11. If needed, please seek pa │
│ st the record to continue consumption.
│ Caused by: org.apache.kafka.common.errors.SerializationException: Error retrieving Avro unknown schema for id 1
│ Caused by: io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Schema not found; error code: 40403
delightful-ram-75848
07/20/2023, 11:40 PMnice-xylophone-16750
07/24/2023, 12:30 AMnice-xylophone-16750
07/24/2023, 7:04 AMhelm upgrade -i datahub datahub/datahub \
--debug \
--timeout 10m \
--wait \
--version 0.2.179 \
--set datahub-gms.image.tag="v0.10.4" \
--set datahub-frontend.image.tag="v0.10.4" \
--set elasticsearchSetupJob.image.tag="v0.10.4" \
--set datahubUpgrade.image.tag="v0.10.4" \
--values ./datahub.helm-config.yaml
nice-xylophone-16750
07/24/2023, 7:05 AMdatahub.helm-config.yaml
I've pick extraEnvs out
datahub-gms:
enabled: true
image:
repository: linkedin/datahub-gms
service:
type: ClusterIP
brainy-tent-14503
07/24/2023, 3:58 PMnice-xylophone-16750
07/24/2023, 10:53 PM