GitHub user suyanNone opened a pull request: https://github.com/apache/spark/pull/3582
[SPARK-4721][CORE] Improve logic while first thread put block failed 1. make thread which wait old block info try one by one while the first thread which created that block failed. 2. use reentrantLock instead of this.syn{} in block info. You can merge this pull request into a Git repository by running: $ git pull https://github.com/suyanNone/spark refine-block-put Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/3582.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3582 ---- commit 740e479da941d9f213e3d65825e60d73ff70d8aa Author: hushan[è¡ç] <hus...@xiaomi.com> Date: 2014-12-03T11:18:23Z Make wait thread try to put one by one if first thread failed ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org