Skip to content

Move setproctitle to ray[debug] package#3415

Merged
robertnishihara merged 8 commits intoray-project:masterfrom
ericl:make-proctitle-soft
Nov 27, 2018
Merged

Move setproctitle to ray[debug] package#3415
robertnishihara merged 8 commits intoray-project:masterfrom
ericl:make-proctitle-soft

Conversation

@ericl
Copy link
Copy Markdown
Contributor

@ericl ericl commented Nov 27, 2018

What do these changes do?

Adds a debug package that pools the optional debug dependencies. Add warnings when-ever these packages are not installed.

Related issue number

Closes #3406

import setproctitle
except ImportError:
setproctitle = None
logger.warning(
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a bit verbose if you have a lot of workers, but it is by intention.

@AmplabJenkins
Copy link
Copy Markdown

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

@AmplabJenkins
Copy link
Copy Markdown

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

@AmplabJenkins
Copy link
Copy Markdown

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

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