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

Reduce logging #898

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Reduce logging #898

wants to merge 1 commit into from

Conversation

EmileSonneveld
Copy link
Contributor

No description provided.

@EmileSonneveld EmileSonneveld linked an issue Oct 8, 2024 that may be closed by this pull request
@jdries
Copy link
Contributor

jdries commented Oct 9, 2024

As it happens, I just extended task failure handling in the listener to suppress specific warnings. Was the logging of TaskSetManager somehow better than the listener?

@EmileSonneveld
Copy link
Contributor Author

TaskSetManager would log failing tasks as warning, and only make it an error if the last retry fails.
It also deduplicates some messages.
Source code here: https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala#L968

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.

Reduce logging
2 participants