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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
