--
You received this message because you are subscribed to the Google Groups "Druid User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/CAMso-UpWNbLL2%3D6jdhRmny%2BDzVaKbLNyX%2BADWQ32UsfTooaq8Q%40mail.gmail.com.
Hi Luis Gomez,
Please check the MiddleManager and Overlord log for the failed task which should give you more details.Thanks and Regards,Vaibhav
On Tue, Jan 14, 2020 at 3:40 PM Luis Gomez <luis...@keepler.io> wrote:
Hello,--
I have an issue with Druid. I have a stream on Kafka and I subscribe to the topic through a supervisor.
The tasks are created and sometimes fail, although they do fail, the segments appear in the historical node and the queries are resolved so the segments are stored correctly.
I'm using Druid 0.16.1-incubating version and the last lines of the peon log, peon status and peon report are attached.
Could you help me get the tasks to end up in SUCCESS status instead of FAILED and understand what happens to fix it?Thanks!
You received this message because you are subscribed to the Google Groups "Druid User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid...@googlegroups.com.
Kafka Indexing tasks are supposed to finish a task within the completion timeout. If they won't,The Kafka-supervisor assumes that there are some problems and issue a kill/shutdown signal to the tasks, that's what seems has happened here.
A running task will normally be in one of two states: reading or publishing. A task will remain in reading state for taskDuration, at which point it will transition to publishing state. A task will remain in publishing state for as long as it takes to generate segments, push segments to deep storage, and have them be loaded and served by a Historical process (or until completionTimeout elapses).
The length of time to wait before declaring a publishing task as failed and terminating it. If this is set too low, your tasks may never publish. The publishing clock for a task begins roughly after taskDuration elapses.
For now, Please increase the completion timeout to 60 minutes [ i.e PT60M] and see if that helps.
Additionally, I will suggest you to go through below link to fine-tune your kafka ingestion:
https://druid.apache.org/docs/latest/development/extensions-core/kafka-ingestion.html
https://druid.apache.org/docs/latest/development/extensions-core/kafka-ingestion.html#capacity-planning
Thanks and Regards,
Vaibhav
To unsubscribe from this group and stop receiving emails from it, send an email to druid-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/b83ffa93-e4ee-44c8-9da7-0dc9b6a47eab%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/c3ee2e11-de54-4f15-b200-310eac441c58n%40googlegroups.com.