-
Notifications
You must be signed in to change notification settings - Fork 316
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
[AMORO-1985]Avoid NPE during disposing ArcticServiceContainer #1986
Conversation
ams/server/src/main/java/com/netease/arctic/server/DefaultOptimizingService.java
Outdated
Show resolved
Hide resolved
Codecov ReportPatch has no changes to coverable lines.
📢 Thoughts on this report? Let us know!. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contribution.
Could you please complete the 'Brief change log' above? For example: "add a nonnull check for 'optimizerMonitorTimer'" or something like this. |
ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Appreciate your contribution.
…#1986) * fix npe * replace Object.isNull() --------- Co-authored-by: yrf余若凡 <rfyu@trip.com> Co-authored-by: shidayang <530847445@qq.com>
Why are the changes needed?
fix #1985 .
Brief change log
com.netease.arctic.server.DefaultOptimizingService#optimizerMonitorTimer
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation