Optimize UsageJobDaoImpl.updateJobSuccess to use direct UPDATE instead of row-level lock#13160
Merged
winterhazel merged 1 commit intoJun 18, 2026
Merged
Codecov / codecov/project
succeeded
May 14, 2026 in 0s
17.67% (-0.01%) compared to a289bb0, passed because coverage increased by 0% when compared to adjusted base (17.67%)
View this Pull Request on Codecov
17.67% (-0.01%) compared to a289bb0, passed because coverage increased by 0% when compared to adjusted base (17.67%)
Details
Codecov Report
❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 17.67%. Comparing base (a289bb0) to head (6c6aa4e).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| ...main/java/com/cloud/usage/dao/UsageJobDaoImpl.java | 0.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## 4.22 #13160 +/- ##
============================================
- Coverage 17.67% 17.67% -0.01%
+ Complexity 15792 15787 -5
============================================
Files 5922 5922
Lines 533123 533119 -4
Branches 65201 65201
============================================
- Hits 94246 94239 -7
+ Misses 428236 428234 -2
- Partials 10641 10646 +5 ☔ 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.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading