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/07/23 16:39:02 UTC

[GitHub] [incubator-druid] QubitPi opened a new issue #5707: Race Condition on Lookup Status Endpoint

QubitPi opened a new issue #5707: Race Condition on Lookup Status Endpoint
URL: https://github.com/apache/incubator-druid/issues/5707
 
 
   After we send a POST request to update a registered lookup, we will get unpredicted result from GET endpoint on lookup status. This could happen when the GET request hits the coordinator too early OR updating the lookup on historicals involves downloading large amount of data from a remote location. 
   
   A suggested solution could be blocking GET request before update finishes.
   
   I can work to solve this if the is approved to be an issue. 

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