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

Fix NPE in InstrumentedHandler#doStop (Jetty 9, 10, 11) #3379

Merged
merged 1 commit into from May 30, 2023

Conversation

joschi
Copy link
Member

@joschi joschi commented May 30, 2023

Fixes #3325
Refs #3133
Refs #3174
Refs #3175

@joschi joschi added the bug label May 30, 2023
@joschi joschi added this to the 4.2.19 milestone May 30, 2023
@joschi joschi self-assigned this May 30, 2023
@joschi joschi requested review from a team as code owners May 30, 2023 21:38
@joschi joschi enabled auto-merge (squash) May 30, 2023 21:43
@sonarcloud
Copy link

sonarcloud bot commented May 30, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
30.8% 30.8% Duplication

@joschi joschi merged commit 6cc440a into release/4.2.x May 30, 2023
4 of 5 checks passed
@joschi joschi deleted the issue-3325-4.2.x branch May 30, 2023 21:47
LuciferYang added a commit to apache/spark that referenced this pull request Jul 4, 2023
### What changes were proposed in this pull request?
This pr aims upgrade dropwizard metrics to 4.2.19.

### Why are the changes needed?
The new version bring a bug fix related to metrics-jetty module:
- dropwizard/metrics#3379

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

### How was this patch tested?
Pass Github Actions

Closes #41849 from LuciferYang/SPARK-44296.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>
ragnarok56 pushed a commit to ragnarok56/spark that referenced this pull request Mar 2, 2024
### What changes were proposed in this pull request?
This pr aims upgrade dropwizard metrics to 4.2.19.

### Why are the changes needed?
The new version bring a bug fix related to metrics-jetty module:
- dropwizard/metrics#3379

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

### How was this patch tested?
Pass Github Actions

Closes apache#41849 from LuciferYang/SPARK-44296.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>
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.

Cascading exceptions in InstrumentedHandler when super.doStart fails
1 participant