dongjoon-hyun commented on a change in pull request #31249: URL: https://github.com/apache/spark/pull/31249#discussion_r562873086
########## File path: core/src/main/scala/org/apache/spark/internal/config/package.scala ########## @@ -1933,7 +1939,8 @@ package object config { private[spark] val EXECUTOR_DECOMMISSION_KILL_INTERVAL = ConfigBuilder("spark.executor.decommission.killInterval") - .doc("Duration after which a decommissioned executor will be killed forcefully." + + .doc("Duration after which a decommissioned executor will be killed forcefully " + + " *by an outside* (e.g. non-spark) service. " + Review comment: nit. Remove the leading space, `" *by` -> `"*by`. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org