adarshsanjeev commented on code in PR #17863:
URL: https://github.com/apache/druid/pull/17863#discussion_r2032471391


##########
server/src/main/java/org/apache/druid/server/coordinator/CoordinatorDynamicConfig.java:
##########
@@ -322,6 +325,18 @@ public boolean getReplicateAfterLoadTimeout()
     return replicateAfterLoadTimeout;
   }
 
+  /**
+   * Map of source to target Historicals to place into cloning mode. Target 
historicals are not involved in normal
+   * segment assignment or segment balancing. Instead, segment assignments to 
the source Historical are mirrored to
+   * the target Historical, so that the source Historical becomes an exact 
copy. Segments on the target Historical do
+   * not count towards the desired segment replication counts.
+   */
+  @JsonProperty
+  public Map<String, String> getCloneServers()

Review Comment:
   Changed



-- 
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]

Reply via email to