[GitHub] spark pull request: SPARK-1934 [CORE] "this" reference escape to "...
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/4225 --- 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
[GitHub] spark pull request: SPARK-1934 [CORE] "this" reference escape to "...
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/4225#issuecomment-71912133 Thanks @srowen and @zsxwing. --- 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
[GitHub] spark pull request: SPARK-1934 [CORE] "this" reference escape to "...
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/4225#issuecomment-71774422 LGTM. > @zsxwing also reported a similar problem in BlockManager in the JIRA, but I can't find a similar pattern there. Maybe it was subsequently fixed? I checked the history. It's already fixed in #3087 --- 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
[GitHub] spark pull request: SPARK-1934 [CORE] "this" reference escape to "...
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/4225#issuecomment-71753401 @zxwing - want to take a look at this? --- 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
[GitHub] spark pull request: SPARK-1934 [CORE] "this" reference escape to "...
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4225#issuecomment-71702592 [Test build #26170 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26170/consoleFull) for PR 4225 at commit [`c4dec3b`](https://github.com/apache/spark/commit/c4dec3b00426a1a427a4e8f88c6f733c583ebc97). * This patch **passes all tests**. * This patch merges cleanly. * This patch adds no public classes. --- 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
[GitHub] spark pull request: SPARK-1934 [CORE] "this" reference escape to "...
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4225#issuecomment-71702603 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26170/ Test PASSed. --- 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
[GitHub] spark pull request: SPARK-1934 [CORE] "this" reference escape to "...
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4225#issuecomment-71690202 [Test build #26170 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26170/consoleFull) for PR 4225 at commit [`c4dec3b`](https://github.com/apache/spark/commit/c4dec3b00426a1a427a4e8f88c6f733c583ebc97). * This patch merges cleanly. --- 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
[GitHub] spark pull request: SPARK-1934 [CORE] "this" reference escape to "...
GitHub user srowen opened a pull request: https://github.com/apache/spark/pull/4225 SPARK-1934 [CORE] "this" reference escape to "selectorThread" during construction in ConnectionManager This change reshuffles the order of initialization in `ConnectionManager` so that the last thing that happens is running `selectorThread`, which invokes a method that relies on object state in `ConnectionManager` @zsxwing also reported a similar problem in `BlockManager` in the JIRA, but I can't find a similar pattern there. Maybe it was subsequently fixed? You can merge this pull request into a Git repository by running: $ git pull https://github.com/srowen/spark SPARK-1934 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/4225.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 #4225 commit c4dec3b00426a1a427a4e8f88c6f733c583ebc97 Author: Sean Owen Date: 2015-01-27T17:25:26Z Init all object state in ConnectionManager constructor before starting thread in constructor that accesses object's state --- 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