a2l007 commented on PR #13358: URL: https://github.com/apache/druid/pull/13358#issuecomment-1324391742
I found an issue when coordinator starts up with `druid.coordinator.asOverlord.enabled` as true. In this case, the coordinator and overlord services are announced twice and in each case with a different instance of `DiscoveryDruidNode`. [This breaks the announcer flow](https://github.com/apache/druid/blob/master/server/src/main/java/org/apache/druid/curator/announcement/Announcer.java#L317) as each of the DiscoveryDruidNode objects have a slightly different `startTime` which causes a mismatch between the node bytes announced at the path. Converting this PR to a draft until I find a better way to fix this. -- 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]
