Skip to content

[SPARK-32557][CORE] Logging and swallowing the exception per entry in History server#29374

Closed
yanxiaole wants to merge 1 commit into
apache:masterfrom
yanxiaole:SPARK-32557
Closed

[SPARK-32557][CORE] Logging and swallowing the exception per entry in History server#29374
yanxiaole wants to merge 1 commit into
apache:masterfrom
yanxiaole:SPARK-32557

Conversation

@yanxiaole

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This PR adds a try catch wrapping the History server scan logic to log and swallow the exception per entry.

Why are the changes needed?

As discussed in #29350 , one entry failure shouldn't affect others.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Manually tested.

@yanxiaole

Copy link
Copy Markdown
Contributor Author

cc @HeartSaVioR

@AmplabJenkins

Copy link
Copy Markdown

Can one of the admins verify this patch?

@dongjoon-hyun dongjoon-hyun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1, LGTM. Thank you, @yanxiaole .
Merged to master.

@HeartSaVioR

Copy link
Copy Markdown
Contributor

Late LGTM.

HeartSaVioR pushed a commit to HeartSaVioR/spark that referenced this pull request Oct 15, 2020
… History server

### What changes were proposed in this pull request?
This PR adds a try catch wrapping the History server scan logic to log and swallow the exception per entry.

### Why are the changes needed?
As discussed in apache#29350 , one entry failure shouldn't affect others.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Manually tested.

Closes apache#29374 from yanxiaole/SPARK-32557.

Authored-by: Yan Xiaole <xiaole.yan@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HeartSaVioR pushed a commit that referenced this pull request Oct 19, 2020
… History server

### What changes were proposed in this pull request?
This PR adds a try catch wrapping the History server scan logic to log and swallow the exception per entry.

### Why are the changes needed?
As discussed in #29350 , one entry failure shouldn't affect others.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Manually tested.

Closes #29374 from yanxiaole/SPARK-32557.

Authored-by: Yan Xiaole <xiaole.yan@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
holdenk pushed a commit to holdenk/spark that referenced this pull request Oct 27, 2020
… History server

### What changes were proposed in this pull request?
This PR adds a try catch wrapping the History server scan logic to log and swallow the exception per entry.

### Why are the changes needed?
As discussed in apache#29350 , one entry failure shouldn't affect others.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Manually tested.

Closes apache#29374 from yanxiaole/SPARK-32557.

Authored-by: Yan Xiaole <xiaole.yan@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants