spark git commit: [SPARK-17511] Yarn Dynamic Allocation: Avoid marking released container as Failed

2016-09-14 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.0 6fe5972e6 -> fab77dadf [SPARK-17511] Yarn Dynamic Allocation: Avoid marking released container as Failed Due to race conditions, the ` assert(numExecutorsRunning <= targetNumExecutors)` can fail causing `AssertionError`. So removed

spark git commit: [SPARK-17511] Yarn Dynamic Allocation: Avoid marking released container as Failed

2016-09-14 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 040e46979 -> ff6e4cbdc [SPARK-17511] Yarn Dynamic Allocation: Avoid marking released container as Failed ## What changes were proposed in this pull request? Due to race conditions, the ` assert(numExecutorsRunning <=