jihoonson commented on issue #10193: URL: https://github.com/apache/druid/issues/10193#issuecomment-660253573
For http segment loading, I think it's fine even though there is a little chance that a similar issue can happen. Since `HttpClient` in `HttpLoadQueuePeon` and `SegmentListerResource` use the same timeout, it's possible that the `httpClient` can time out even when `SegmentListerResource` returns successfully. However, even in that case, the historical will announce the segment properly which in turn will update the coordinator server view. @himanshug is this correct? ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
