uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
3.02k stars 234 forks source link

fix memory leak in aql processor #331

Closed jshencode closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #331 into master will increase coverage by 0.05%. The diff coverage is 96.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
+ Coverage   71.98%   72.03%   +0.05%     
==========================================
  Files         167      167              
  Lines       23637    23638       +1     
==========================================
+ Hits        17014    17027      +13     
+ Misses       5321     5308      -13     
- Partials     1302     1303       +1
Impacted Files Coverage Δ
query/aql_context.go 88.23% <ø> (ø) :arrow_up:
query/aql_nonaggr_batchexecutor.go 82.35% <100%> (-0.34%) :arrow_down:
query/time_series_aggregate.go 79.52% <100%> (+0.08%) :arrow_up:
query/aql_processor.go 80.76% <91.66%> (ø) :arrow_up:
subscriber/common/job/driver.go 67.73% <0%> (+1.41%) :arrow_up:
controller/mutators/etcd/schema_mutator.go 63.58% <0%> (+1.73%) :arrow_up:
memstore/backfill_manager.go 92% <0%> (+5%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f07c197...a3b522f. Read the comment docs.