kfaraz commented on code in PR #20247: URL: https://github.com/apache/druid/pull/20247#discussion_r3965759842
########## server/src/main/java/org/apache/druid/server/coordinator/CoordinatorDynamicConfig.java: ########## @@ -77,6 +77,7 @@ public class CoordinatorDynamicConfig private final Set<String> turboLoadingNodes; private final Map<String, String> cloneServers; + private final CloneSyncCriteria cloneSyncCriteria; Review Comment: Added field to equals/hashCode. The test already exists. -- 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]
