Hi all,
I’m having big trouble to understand why some tasks fail, because when I try to see the log file I get this: “No log was found for this task. The task may not exist, or it may not have begun running yet.”.
Even if the tasks has SUCCESS status!
I don’t know what to do… Could you please help me? It’s getting very annoying and I can’t go on with the job.
In the overlord logs I see this:
2016-08-09T11:02:32,560 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.TaskRunnerUtils - Task [index_hadoop_datasource-test_2016-08-09T11:02:32.531Z] location changed to [TaskLocation{host=‘localhost’, port=8106}].
2016-08-09T11:02:36,572 INFO [qtp377356799-87] io.druid.indexing.common.actions.LocalTaskActionClient - Performing action for task[index_hadoop_datasource-test_2016-08-09T11:02:32.531Z]: LockTryAcquireAction{interval=2016-01-01T00:00:00.000Z/2016-01-02T00:00:00.000Z}
2016-08-09T11:02:36,572 INFO [qtp377356799-87] io.druid.indexing.overlord.TaskLockbox - Task[index_hadoop_datasource-test_2016-08-09T11:02:32.531Z] already present in TaskLock[index_hadoop_datasource-test_2016-08-09T11:02:32.531Z]
2016-08-09T11:02:37,589 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.RemoteTaskRunner - Worker[localhost:8091] wrote FAILED status for task [index_hadoop_datasource-test_2016-08-09T11:02:32.531Z] on [TaskLocation{host=‘localhost’, port=8106}]
2016-08-09T11:02:37,589 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.RemoteTaskRunner - Worker[localhost:8091] completed task[index_hadoop_datasource-test_2016-08-09T11:02:32.531Z] with status[FAILED]
2016-08-09T11:02:37,590 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.TaskQueue - Received FAILED status for task: index_hadoop_datasource-test_2016-08-09T11:02:32.531Z
2016-08-09T11:02:37,590 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.RemoteTaskRunner - Cleaning up task[index_hadoop_datasource-test_2016-08-09T11:02:32.531Z] on worker[localhost:8091]
2016-08-09T11:02:37,592 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.TaskLockbox - Removing task[index_hadoop_datasource-test_2016-08-09T11:02:32.531Z] from activeTasks
2016-08-09T11:02:37,592 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.TaskLockbox - Removing task[index_hadoop_datasource-test_2016-08-09T11:02:32.531Z] from TaskLock[index_hadoop_datasource-test_2016-08-09T11:02:32.531Z]
2016-08-09T11:02:37,592 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.TaskLockbox - TaskLock is now empty: TaskLock{groupId=index_hadoop_datasource-test_2016-08-09T11:02:32.531Z, dataSource=datasource-test, interval=2016-01-01T00:00:00.000Z/2016-01-02T00:00:00.000Z, version=2016-08-09T11:02:32.534Z}
2016-08-09T11:02:37,594 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.MetadataTaskStorage - Deleting TaskLock with id[1525]: TaskLock{groupId=index_hadoop_datasource-test_2016-08-09T11:02:32.531Z, dataSource=datasource-test, interval=2016-01-01T00:00:00.000Z/2016-01-02T00:00:00.000Z, version=2016-08-09T11:02:32.534Z}
2016-08-09T11:02:37,596 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.MetadataTaskStorage - Updating task index_hadoop_datasource-test_2016-08-09T11:02:32.531Z to status: TaskStatus{id=index_hadoop_datasource-test_2016-08-09T11:02:32.531Z, status=FAILED, duration=5033}
2016-08-09T11:02:37,598 INFO [Curator-PathChildrenCache-0] io.druid.indexing.overlord.TaskQueue - Task done: HadoopIndexTask{id=index_hadoop_datasource-test_2016-08-09T11:02:32.531Z, type=index_hadoop, dataSource=datasource-test}
Thank you.