You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/03/31 06:18:21 UTC

[GitHub] [spark] zhouyejoe commented on a change in pull request #35683: [SPARK-30835][CORE][YARN] Add support for YARN decommissioning & pre-emption

zhouyejoe commented on a change in pull request #35683:
URL: https://github.com/apache/spark/pull/35683#discussion_r839220643



##########
File path: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocator.scala
##########
@@ -422,6 +428,21 @@ private[yarn] class YarnAllocator(
     }
   }
 
+  private def handleNodesInDecommissioningState(allocateResponse: AllocateResponse): Unit = {
+    try {
+      // some of the nodes are put in decommissioning state where RM did allocate

Review comment:
       Nit: Capital S




-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org