You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/09 19:45:02 UTC

[GitHub] [incubator-druid] a2l007 opened a new issue #8494: Fix batch index task naming convention to accommodate simultaneous tasks

a2l007 opened a new issue #8494: Fix batch index task naming convention to accommodate simultaneous tasks
URL: https://github.com/apache/incubator-druid/issues/8494
 
 
   ### Description
   Modify the batch indexing task ID generation logic from `<index_type_name>_<datasource>_timestamp` to `<index_type_name>_<random_id>_<datasource>_timestamp`
   This would impact native index tasks as well as hadoop index tasks.
   
   ### Motivation
   With the existing task naming convention, if there are multiple indexing tasks submitted at the same time for a datasource, only one of the tasks gets accepted and the remaining tasks fail with  `Task[xxx] already exists`. I'd like to modify the naming convention to the one mentioned above, so that this issue can be avoided.
   @jihoonson Any comments regarding this?
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org