mihai-cazacu-adswizz edited a comment on issue #8063: The compaction task fails without errors URL: https://github.com/apache/incubator-druid/issues/8063#issuecomment-511104701 All I can see in the overlord's log is: ``` 2019-07-13T08:49:55,244 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.RemoteTaskRunner - Worker[ec2-34-254-100-113.eu-west-1.compute.amazonaws.com:8091] wrote FAILED status for task [compact_datasource_2019-07-13T07:37:08.322Z] on [TaskLocation{host='ec2-34-254-100-113.eu-west-1.compute.amazonaws.com', port=8106, tlsPort=-1}] 2019-07-13T08:49:55,244 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.RemoteTaskRunner - Worker[ec2-34-254-100-113.eu-west-1.compute.amazonaws.com:8091] completed task[compact_datasource_2019-07-13T07:37:08.322Z] with status[FAILED] 2019-07-13T08:49:55,244 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.TaskQueue - Received FAILED status for task: compact_datasource_2019-07-13T07:37:08.322Z 2019-07-13T08:49:55,244 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.RemoteTaskRunner - Shutdown [compact_datasource_2019-07-13T07:37:08.322Z] because: [notified status change from task] 2019-07-13T08:49:55,244 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.RemoteTaskRunner - Cleaning up task[compact_datasource_2019-07-13T07:37:08.322Z] on worker[ec2-34-254-100-113.eu-west-1.compute.amazonaws.com:8091] 2019-07-13T08:49:55,246 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.TaskLockbox - Removing task[compact_datasource_2019-07-13T07:37:08.322Z] from activeTasks 2019-07-13T08:49:55,246 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.TaskLockbox - Removing task[compact_datasource_2019-07-13T07:37:08.322Z] from TaskLock[compact_datasource_2019-07-13T07:37:08.322Z] 2019-07-13T08:49:55,246 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.TaskLockbox - TaskLock is now empty: TaskLock{type=EXCLUSIVE, groupId=compact_datasource_2019-07-13T07:37:08.322Z, dataSource=datasource, interval=2019-02-18T00:00:00.000Z/2019-03-01T00:00:00.000Z, version=2019-07-13T07:37:08.335Z, priority=25, revoked=false} 2019-07-13T08:49:55,249 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.MetadataTaskStorage - Deleting TaskLock with id[41440]: TaskLock{type=EXCLUSIVE, groupId=compact_datasource_2019-07-13T07:37:08.322Z, dataSource=datasource, interval=2019-02-18T00:00:00.000Z/2019-03-01T00:00:00.000Z, version=2019-07-13T07:37:08.335Z, priority=25, revoked=false} 2019-07-13T08:49:55,257 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.MetadataTaskStorage - Updating task compact_datasource_2019-07-13T07:37:08.322Z to status: TaskStatus{id=compact_datasource_2019-07-13T07:37:08.322Z, status=FAILED, duration=4366588, errorMsg=null} 2019-07-13T08:49:55,264 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.TaskQueue - Task done: AbstractTask{id='compact_datasource_2019-07-13T07:37:08.322Z', groupId='compact_datasource_2019-07-13T07:37:08.322Z', taskResource=TaskResource{availabilityGroup='compact_datasource_2019-07-13T07:37:08.322Z', requiredCapacity=1}, dataSource='datasource', context={}} 2019-07-13T08:49:55,264 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.TaskQueue - Task FAILED: AbstractTask{id='compact_datasource_2019-07-13T07:37:08.322Z', groupId='compact_datasource_2019-07-13T07:37:08.322Z', taskResource=TaskResource{availabilityGroup='compact_datasource_2019-07-13T07:37:08.322Z', requiredCapacity=1}, dataSource='datasource', context={}} (4366588 run duration) 2019-07-13T08:49:55,264 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.TaskRunnerUtils - Task [compact_datasource_2019-07-13T07:37:08.322Z] status changed to [FAILED]. 2019-07-13T08:49:55,264 INFO [Curator-PathChildrenCache-1] org.apache.druid.indexing.overlord.RemoteTaskRunner - Task[compact_datasource_2019-07-13T07:37:08.322Z] went bye bye. ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
