abk-code opened a new issue #10131:
URL: https://github.com/apache/druid/issues/10131


   I'm trying to ingest the data (historical) using batch ingestion spec. I 
have been able to ingest multiple days worth of data, but on a couple of days, 
I am seeing the following error. 
   
   `g 
task[AbstractTask{id='single_phase_sub_task_elb_enriched_distributed_ndhhobda_2020-07-02T21:51:35.545Z',
 
groupId='index_parallel_elb_enriched_distributed_fhefjkjh_2020-07-02T21:51:31.528Z',
 
taskResource=TaskResource{availabilityGroup='single_phase_sub_task_elb_enriched_distributed_ndhhobda_2020-07-02T21:51:35.545Z',
 requiredCapacity=1}, dataSource='elb_enriched_distributed', 
context={forceTimeChunkLock=true}}]
   org.apache.druid.java.util.common.ISE: Failed to add a row with 
timestamp[2020-06-23T03:20:25.000Z]
           at 
org.apache.druid.indexing.common.task.batch.parallel.SinglePhaseSubTask.generateAndPushSegments(SinglePhaseSubTask.java:492)
 ~[druid-indexing-service-0.17.0.jar:0.17.0]
           at 
org.apache.druid.indexing.common.task.batch.parallel.SinglePhaseSubTask.runTask(SinglePhaseSubTask.java:225)
 ~[druid-indexing-service-0.17.0.jar:0.17.0]
           at 
org.apache.druid.indexing.common.task.AbstractBatchIndexTask.run(AbstractBatchIndexTask.java:138)
 ~[druid-indexing-service-0.17.0.jar:0.17.0]
           at 
org.apache.druid.indexing.overlord.SingleTaskBackgroundRunner$SingleTaskBackgroundRunnerCallable.call(SingleTaskBackgroundRunner.java:419)
 [druid-indexing-service-0.17.0.jar:0.17.0]
           at 
org.apache.druid.indexing.overlord.SingleTaskBackgroundRunner$SingleTaskBackgroundRunnerCallable.call(SingleTaskBackgroundRunner.java:391)
 [druid-indexing-service-0.17.0.jar:0.17.0]
           at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
[?:1.8.0_252]
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_252]
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_252]
           at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   2020-07-02T21:51:42,893 INFO [task-runner-0-priority-0] 
org.apache.druid.indexing.worker.executor.ExecutorLifecycle - Task completed 
with status: {
     "id" : 
"single_phase_sub_task_elb_enriched_distributed_ndhhobda_2020-07-02T21:51:35.545Z",
     "status" : "FAILED",
     "duration" : 3318,
     "errorMsg" : "org.apache.druid.java.util.common.ISE: Failed to add a row 
with timestamp[2020-06-23T03:20:25.000Z]",
     "location" : {
       "host" : null,
       "port" : -1,
       "tlsPort" : -1
     }
   }`
   I've tried to set forceTimeChunkLock=false as well to override, but not 
working. I am trying to understand why this error
   is happening and possible way to solve this.
   
   regards
   
   
   
   
   
   


----------------------------------------------------------------
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]

Reply via email to