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

[AMORO-2336] Set the renew blocker thread to be a daemon thread #2337

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

wangtaohz
Copy link
Contributor

Why are the changes needed?

Close #2336 .

Brief change log

  • name the renew blocker thread
  • set the renew blocker thread daemon

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

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

@github-actions github-actions bot added the module:core Core module label Nov 20, 2023
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b1eb9f4) 52.78% compared to head (cd3c233) 51.14%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2337      +/-   ##
============================================
- Coverage     52.78%   51.14%   -1.64%     
+ Complexity     4222      591    -3631     
============================================
  Files           511       46     -465     
  Lines         29345     4761   -24584     
  Branches       2857      520    -2337     
============================================
- Hits          15489     2435   -13054     
+ Misses        12606     2092   -10514     
+ Partials       1250      234    -1016     
Flag Coverage Δ
core ?
trino 51.14% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@baiyangtx baiyangtx left a comment

Choose a reason for hiding this comment

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

LGTM

@wangtaohz wangtaohz merged commit ecf1d3d into apache:master Nov 20, 2023
5 of 6 checks passed
@wangtaohz wangtaohz deleted the fix-blocker-thread branch November 20, 2023 10:44
wangtaohz added a commit that referenced this pull request Nov 20, 2023
wangtaohz added a commit that referenced this pull request Nov 20, 2023
@wangtaohz
Copy link
Contributor Author

I have cherry-picked to 0.5.x and 0.6.x.

ShawHee pushed a commit to ShawHee/arctic that referenced this pull request Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:core Core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: There is a not daemon thread exists when spark job finished
2 participants