iotdb
iotdb copied to clipboard
Using the cumulative execution time of all FIs of a Query as the basis for calculating the level in MultiLevelPriorityQueue of the related DriverTasks
If a query has many FIs, and each FI is divided into a large number of DriverTasks, using the cumulative execution time of FIs as the basis for calculating the level of DriverTasks might result in the current query being allocated more CPU resources than expected. The insertion and removal of elements in queryIdToDriverTaskHandleMap are consistent with queryMap, so memory leak issues are not expected.
SonarCloud Quality Gate failed.
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
0.0% Coverage
0.0% Duplication
Catch issues before they fail your Quality Gate with our IDE extension
SonarLint
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
180e5f1
) 48.97% compared to head (61b4d04
) 49.13%. Report is 21 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #11561 +/- ##
============================================
+ Coverage 48.97% 49.13% +0.16%
- Complexity 24712 24817 +105
============================================
Files 2777 2788 +11
Lines 174134 174538 +404
Branches 20851 20897 +46
============================================
+ Hits 85274 85767 +493
+ Misses 88860 88771 -89
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.