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

[raydp-321] Prepend ":job_id:<jobid>" to java-worker-<jobid>-<pid>.log to avoid too many executor logs flushed to shell console #323

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

jiafuzha
Copy link
Contributor

We still need to prepend job id to log file with ray 2.3 until #33665 is released.

…g to avoid too many executor logs flushed to shell console

Signed-off-by: jiafu zhang <[email protected]>
@jiafuzha
Copy link
Contributor Author

@kira-lin please help review the code. thanks

@@ -17,9 +17,11 @@

package org.apache.spark.raydp;

import org.apache.commons.lang3.StringUtils;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just removed it. thanks

…g to avoid too many executor logs flushed to shell console

Signed-off-by: jiafu zhang <[email protected]>
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.

2 participants