iotdb icon indicating copy to clipboard operation
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

Open lancelly opened this issue 1 year ago • 2 comments

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.

lancelly avatar Nov 16 '23 15:11 lancelly

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

sonarqubecloud[bot] avatar Nov 17 '23 01:11 sonarqubecloud[bot]

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.

codecov-commenter avatar Nov 17 '23 02:11 codecov-commenter