This is an automated email from the ASF dual-hosted git repository. nehapawar pushed a commit to branch dummy_commit in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit fc6368a65ec11821096325197cbfc645c6fe7c89 Author: Neha Pawar <[email protected]> AuthorDate: Fri Jan 11 10:17:10 2019 -0800 Change javadoc in RealtimeSegmentRelocator --- .../controller/helix/core/relocation/RealtimeSegmentRelocator.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/relocation/RealtimeSegmentRelocator.java b/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/relocation/RealtimeSegmentRelocator.java index cce9cd5..fc8ec51 100644 --- a/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/relocation/RealtimeSegmentRelocator.java +++ b/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/relocation/RealtimeSegmentRelocator.java @@ -45,9 +45,8 @@ import org.slf4j.LoggerFactory; /** - * Manager to relocate completed segments to completed servers - * Segment relocation will be done by this manager, instead of directly moving segments to completed servers on completion, - * so that we don't get segment downtime when a segment is in transition + * Manager to relocate completed segments to "completed" servers + * We don't move segments directly to completed servers on completion, because we want to avoid a downtime when a segment is in transition * * We only relocate segments for realtime tables, and only if tenant config indicates that relocation is required * A segment will be relocated, one replica at a time, once all of its replicas are in ONLINE state and all/some are on servers other than completed servers --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
