gianm opened a new pull request, #12854:
URL: https://github.com/apache/druid/pull/12854

   There is a race in the task reports API logic: it checks the running
   task first, then deep storage. However, if the API is called when a
   task is shutting down (but still technically running), the Overlord
   will encounter an error in talking to the task and then return an
   error to the client, rather than checking deep storage.
   
   Swapping the order avoids this race.


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

To unsubscribe, e-mail: [email protected]

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