Ngone51 commented on a change in pull request #28084: [SPARK-31248][CORE][TEST] 
Fix flaky ExecutorAllocationManagerSuite.interleaving add and remove
URL: https://github.com/apache/spark/pull/28084#discussion_r401032199
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala
 ##########
 @@ -437,7 +437,7 @@ private[spark] class ExecutorAllocationManager(
           } else {
             logDebug(s"Lowering target number of executors to" +
               s" ${numExecutorsTargetPerResourceProfileId(rpId)} (previously " 
+
-              s"$targetNum.oldNumExecutorsTarget for resource profile id: 
${rpId}) " +
+              s"${targetNum.oldNumExecutorsTarget} for resource profile id: 
${rpId}) " +
 
 Review comment:
   A minor fix.

----------------------------------------------------------------
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]

Reply via email to