Skip to content

Conversation

@shedfreewu
Copy link
Contributor

feat: support kafka lane & THREAD_LOCAL_CONTEXT support TransmittableThreadLocal.

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

❌ Patch coverage is 63.63636% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 19.82%. Comparing base (185bee5) to head (4c8e63c).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...s/metadata/core/manager/MetadataContextHolder.java 63.63% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #671      +/-   ##
============================================
+ Coverage     19.79%   19.82%   +0.03%     
  Complexity      947      947              
============================================
  Files           375      375              
  Lines         15602    15612      +10     
  Branches       2000     2000              
============================================
+ Hits           3088     3095       +7     
- Misses        12129    12133       +4     
+ Partials        385      384       -1     

☔ 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.

LOG.info("Use TransmittableThreadLocal for thread local context");
} catch (Exception e) {
LOG.debug("Failed to use TransmittableThreadLocal for thread local context, msg: {}", e.getMessage());
LOG.info("Use standard ThreadLocal for thread local context");
Copy link
Member

Choose a reason for hiding this comment

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

只有TTL才打印info日志,大部分情况都是ThreadLocal

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.

3 participants