Skip to content

Conversation

@majialoong
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #9870

Brief Description

Ensure that cache executors in metadata providers are properly released to avoid resource leaks.

How Did You Test This Change?

unit test

@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.31%. Comparing base (5892de6) to head (a22ea6a).

Files with missing lines Patch % Lines
.../provider/LocalAuthenticationMetadataProvider.java 66.66% 0 Missing and 1 partial ⚠️
...n/provider/LocalAuthorizationMetadataProvider.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9871      +/-   ##
=============================================
- Coverage      48.40%   48.31%   -0.10%     
+ Complexity     12288    12260      -28     
=============================================
  Files           1314     1314              
  Lines          93890    93894       +4     
  Branches       12044    12046       +2     
=============================================
- Hits           45449    45361      -88     
- Misses         42834    42907      +73     
- Partials        5607     5626      +19     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@dingshuangxi888 dingshuangxi888 left a comment

Choose a reason for hiding this comment

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

LGTM

@RongtongJin RongtongJin merged commit 736f027 into apache:develop Nov 24, 2025
11 checks passed
@majialoong majialoong deleted the ISSUE-9870 branch November 24, 2025 09:33
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.

[Enhancement] Ensure metadata provider cache executors are shutdown correctly

4 participants