Skip to content

fix(server): fix the scheduler and the scheduler selection logic#2937

Open
Tsukilc wants to merge 8 commits into
apache:masterfrom
Tsukilc:fix/scheduler
Open

fix(server): fix the scheduler and the scheduler selection logic#2937
Tsukilc wants to merge 8 commits into
apache:masterfrom
Tsukilc:fix/scheduler

fix: no-ops in ServerInfoManager.Init

f0fbc4a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2026 in 0s

39.40% (+3.44%) compared to b9a3dd9

View this Pull Request on Codecov

39.40% (+3.44%) compared to b9a3dd9

Details

Codecov Report

❌ Patch coverage is 48.45361% with 50 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.40%. Comparing base (b9a3dd9) to head (f0fbc4a).
⚠️ Report is 15 commits behind head on master.

Files with missing lines Patch % Lines
...n/java/org/apache/hugegraph/core/GraphManager.java 27.58% 18 Missing and 3 partials ⚠️
...pache/hugegraph/task/DistributedTaskScheduler.java 48.57% 13 Missing and 5 partials ⚠️
.../apache/hugegraph/task/TaskAndResultScheduler.java 41.66% 7 Missing ⚠️
...g/apache/hugegraph/task/StandardTaskScheduler.java 72.72% 2 Missing and 1 partial ⚠️
...a/org/apache/hugegraph/task/ServerInfoManager.java 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2937      +/-   ##
============================================
+ Coverage     35.96%   39.40%   +3.44%     
- Complexity      338      621     +283     
============================================
  Files           803      814      +11     
  Lines         68053    69106    +1053     
  Branches       8907     9104     +197     
============================================
+ Hits          24472    27233    +2761     
+ Misses        40955    39053    -1902     
- Partials       2626     2820     +194     

☔ View full report in Codecov by Harness.
📢 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.