Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20546#discussion_r167303770
--- Diff:
core/src/test/scala/org/apache/spark/deploy/StandaloneDynamicAllocationSuite.scala
---
@@ -610,7 +610,7 @@ class StandaloneDynamicAllocationSuite
* we submit a request to kill them. This must be called before each
kill request.
*/
private def syncExecutors(sc: SparkContext): Unit = {
- val driverExecutors = sc.getExecutorStorageStatus
--- End diff --
Failed how? The list kept by the block manager and by the status store
should be the same, so if they differ, there's a problem somewhere.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]