himanshug edited a comment on issue #9701: DruidLeaderClient always thinks the first node returned from DruidNodeDiscovery is the leader URL: https://github.com/apache/druid/issues/9701#issuecomment-613778345 ignoring name of that method, when we make request to wrong leader, we should get a HTTP 302 back and that redirect is then followed to get the request to right node (see https://github.com/apache/druid/blob/cda9f41e69ebc0513782805fca9ead378c1910ab/server/src/main/java/org/apache/druid/discovery/DruidLeaderClient.java#L210 ) and newly discovered leader is then cached ( see https://github.com/apache/druid/blob/cda9f41e69ebc0513782805fca9ead378c1910ab/server/src/main/java/org/apache/druid/discovery/DruidLeaderClient.java#L231 )
---------------------------------------------------------------- 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]
