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/08/28 23:41:09 UTC

[GitHub] [incubator-druid] himanshug opened a new pull request #8427: update HRTR to account for task known to be running on a worker when it shows up

himanshug opened a new pull request #8427: update HRTR to account for task known to be running on a worker when it shows up
URL: https://github.com/apache/incubator-druid/pull/8427
 
 
   When a worker disappears for a short time and re-appears , it might have lost information that it was running some tasks (due to a crash) and does not report task status of those tasks.
   HRTR should take notice of those and mark them failed as is done for Zookeeper based RTR.
   
   <hr>
   
   This PR has:
   - [X] been self-reviewed.
   - [X] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
   - [X] added unit tests or modified existing tests to cover new code paths.
   - [X] been tested in a test Druid cluster.
   <hr>
   

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