- Upper limit of segments the Coordinator can move from decommissioning servers to active
- non-decommissioning servers during a single run. This value is relative to the total
- maximum number of segments that can be moved at any given time based upon the value of
- maxSegmentsToMove.
-
- If decommissioningMaxPercentOfMaxSegmentsToMove is 0, the Coordinator does
- not move segments to decommissioning servers, effectively putting them in a type of
- "maintenance" mode. In this case, decommissioning servers do not participate in
- balancing or assignment by load rules. The Coordinator still considers segments on
- decommissioning servers as candidates to replicate on active servers.
-
- Decommissioning can stall if there are no available active servers to move the segments - to. You can use the maximum percent of decommissioning segment movements to prioritize - balancing or to decrease commissioning time to prevent active servers from being - overloaded. The value must be between 0 and 100. -
- > - ), - }, // End "smart" segment loading section @@ -202,7 +156,7 @@ export const COORDINATOR_DYNAMIC_CONFIG_FIELDS: FielddecommissioningMaxPercentOfMaxSegmentsToMove.
+ maxSegmentsToMove.
>
),
},