[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9198 --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-22 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150315334 Merged to master, thanks! --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150112063 LGTM. --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-149960056 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-149960024 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/9198 [SPARK-11232][Core]Use 'offer' instead of 'put' to make sure calling send won't be interrupted The current `NettyRpcEndpointRef.send` can be interrupted because it uses `LinkedBlockingQueue.put`,

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-149961959 **[Test build #44070 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44070/consoleFull)** for PR 9198 at commit

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-149989654 **[Test build #44070 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44070/consoleFull)** for PR 9198 at commit

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-149989753 Merged build finished. Test 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-149989755 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150111814 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150111813 Merged build finished. 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150111736 **[Test build #44125 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44125/consoleFull)** for PR 9198 at commit

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150067095 retest this please --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150067954 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150067987 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150068321 **[Test build #44112 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44112/consoleFull)** for PR 9198 at commit

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150090991 Merged build finished. Test 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150090992 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150090955 **[Test build #44112 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44112/consoleFull)** for PR 9198 at commit

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150096638 retest this please --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150096929 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150096939 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-11232][Core]Use 'offer' instead of 'put...

2015-10-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9198#issuecomment-150097299 **[Test build #44125 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44125/consoleFull)** for PR 9198 at commit