-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10799][Core]Fix InboxSuite 'post: multiple threads' #8905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #42971 has started for PR 8905 at commit |
|
I also saw the following exception here: https://amplab.cs.berkeley.edu/jenkins/view/Spark-QA-Test/job/Spark-Master-SBT/3597/AMPLAB_JENKINS_BUILD_PROFILE=hadoop2.2,label=spark-test/: I'm not sure why it happened since it's bind to |
|
jenkins, test this please |
|
Test build #42973 has finished for PR 8905 at commit
|
|
Change looks good but I guess it depends on the original change being re-added? You could merge this into that patch. |
|
Included in #8944 |
…#8905 This PR just reverted 02144d6 to remerge #6457 and also included the commits in #8905. Author: zsxwing <[email protected]> Closes #8944 from zsxwing/SPARK-6028.
This is a follow-up PR of #6457 to fix InboxSuite that I forgot to update. I also removed an unnecessary comment.