abejoe opened a new issue #10498: URL: https://github.com/apache/druid/issues/10498
Tasks keep failing but there are no error logs in the worker task's log file ### Affected Version 0.14.2-incubating ### Description I have set up druid locally for testing an ingestion spec file. The aim is to ingest avro format messages into druid. I have installed schema registry and kafka locally with 1 partition and replication factor 1. There is a crash log in overlord.log. Its because the task failed and connection gets refused. But I couldn't find any logs for why the task failed. I'm producing messages to the topic and I could verify that using a kafka-avro-console-consumer. I suspect it is something wrong with the setup or configuration. Any help is greatly appreciated. I'm starting druid using the command `bin/supervise -c quickstart/tutorial/conf/tutorial-cluster.conf` I have also added extensions `druid-kafka-indexing-service` and `druid-avro-extensions` in `quickstart/tutorial/conf/druid/_common/common.runtime.properties` I'm attaching ingestion spec file and the log files of overlord, middle manager and worker task as .txt files [ingestion_spec.txt](https://github.com/apache/druid/files/5353876/ingestion_spec.txt) [index_kafka_vision-conformed_5db6b6f8757a0ab_cfcibngo.txt](https://github.com/apache/druid/files/5353878/index_kafka_vision-conformed_5db6b6f8757a0ab_cfcibngo.txt) [middlemanager.txt](https://github.com/apache/druid/files/5353881/middlemanager.txt) [overlord.txt](https://github.com/apache/druid/files/5353883/overlord.txt) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
