uber / aresdb

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

create seperate worker pools for query and ingestion #318

Closed jshencode closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #318 into master will decrease coverage by 0.01%. The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #318      +/-   ##
=========================================
- Coverage   72.02%     72%   -0.02%     
=========================================
  Files         167     167              
  Lines       23522   23563      +41     
=========================================
+ Hits        16941   16966      +25     
- Misses       5281    5297      +16     
  Partials     1300    1300
Impacted Files Coverage Δ
datanode/datanode.go 18.81% <100%> (ø) :arrow_up:
api/data_handler.go 70% <66.66%> (ø) :arrow_up:
api/sql_query_handler.go 85.71% <71.42%> (-5.47%) :arrow_down:
api/query_handler.go 73.68% <76.92%> (-0.05%) :arrow_down:
memstore/backfill_manager.go 87% <0%> (-5%) :arrow_down:
controller/mutators/etcd/schema_mutator.go 61.84% <0%> (-1.74%) :arrow_down:
subscriber/common/job/driver.go 66.31% <0%> (-1.42%) :arrow_down:
controller/mutators/etcd/enum_mutator.go 81.32% <0%> (+2.31%) :arrow_up:
cluster/topology/healthtracking_dynamic.go 60% <0%> (+3.63%) :arrow_up:
metastore/common/model.go 70% <0%> (+20%) :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 a0af553...083d96b. Read the comment docs.