Skip to content
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

[XRay] Fix PlasmaClient multithreading issue #1900

Closed
wants to merge 1 commit into from

Conversation

pcmoritz
Copy link
Contributor

The PlasmaClient used a global variable for the thread pool, which mean we couldn't have two of them in the same process in separate threads.

@pcmoritz pcmoritz force-pushed the fix-seal-problem branch 2 times, most recently from 1569443 to 7560d48 Compare April 13, 2018 21:18
@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/4882/
Test FAILed.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/4884/
Test FAILed.

@robertnishihara
Copy link
Collaborator

We probably shouldn't merge this. But we can cherry-pick this commit for now to avoid getting stuck.

@pcmoritz
Copy link
Contributor Author

fixed by #1950

@pcmoritz pcmoritz closed this Apr 26, 2018
@robertnishihara robertnishihara deleted the fix-seal-problem branch April 26, 2018 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants