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

[rllib] Reserve CPUs for replay actors in apex #4217

Merged
merged 4 commits into from
Mar 6, 2019

Conversation

ericl
Copy link
Contributor

@ericl ericl commented Mar 2, 2019

What do these changes do?

Previously we removed these as an optimization, but since running a method on a 0-cpu actor actually waits for a CPU slot, it is a bit safer to reserve them ahead of time. This avoids any silent perf degradation if the CPUs are heavily contended.

@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/12454/
Test FAILed.

@ericl
Copy link
Contributor Author

ericl commented Mar 3, 2019

jenkins retest this please

@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/12494/
Test FAILed.

@ericl ericl merged commit 2781d74 into ray-project:master Mar 6, 2019
ericl added a commit to ericl/ray that referenced this pull request Mar 19, 2019
ericl added a commit that referenced this pull request Mar 19, 2019
* Revert "[rllib] Reserve CPUs for replay actors in apex (#4217)"

This reverts commit 2781d74.

* comment
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