leventov commented on a change in pull request #7154: rename maintenance mode to decommission URL: https://github.com/apache/incubator-druid/pull/7154#discussion_r263575591
########## File path: server/src/main/java/org/apache/druid/server/coordinator/CoordinatorDynamicConfig.java ########## @@ -231,32 +231,35 @@ public int getMaxSegmentsInNodeLoadingQueue() } /** - * Historical nodes list in maintenance mode. Coordinator doesn't assign new segments on those nodes and moves - * segments from those nodes according to a specified priority. + * List of historical servers to 'decommission'. Coordinator will not assign new segments to 'decomissioning' servers, Review comment: typo: decommissioning ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
