LuciferYang commented on a change in pull request #31125:
URL: https://github.com/apache/spark/pull/31125#discussion_r555541317
##########
File path:
core/src/main/scala/org/apache/spark/scheduler/dynalloc/ExecutorMonitor.scala
##########
@@ -227,7 +227,7 @@ private[spark] class ExecutorMonitor(
}
if (updateExecutors) {
- val activeShuffleIds = shuffleStages.map(_._2).toSeq
+ val activeShuffleIds = shuffleStages.map(_._2)
Review comment:
`mvn clean install -Phadoop-3.2 -Phive-2.3 -Phadoop-cloud -Pmesos -Pyarn
-Pkinesis-asl -Phive-thriftserver -Pspark-ganglia-lgpl -Pkubernetes -Phive
-Pscala-2.13 -pl mllib-local`
all test passed.
```
Run completed in 2 seconds, 18 milliseconds.
Total number of tests run: 95
Suites: completed 9, aborted 0
Tests: succeeded 95, failed 0, canceled 0, ignored 0, pending 0
All tests passed.
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]