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

Broker skeleton #192

Closed shz117 closed 5 years ago

shz117 commented 5 years ago

changes included:

TODOs are added including:

voyager-dw commented 5 years ago

can we remove those duplicated stuff or create a new pull request?

shz117 commented 5 years ago

can we remove those duplicated stuff or create a new pull request?

sure I will rebase on master since the cluster pkg is already checked in

codecov-io commented 5 years ago

Codecov Report

Merging #192 into master will decrease coverage by 0.03%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
- Coverage   74.55%   74.52%   -0.04%     
==========================================
  Files         137      137              
  Lines       18900    18909       +9     
==========================================
+ Hits        14091    14092       +1     
- Misses       3770     3777       +7     
- Partials     1039     1040       +1
Impacted Files Coverage Δ
datanode/datanode.go 0% <ø> (ø) :arrow_up:
memstore/table_shard.go 44.35% <ø> (ø) :arrow_up:
query/aql_context.go 100% <ø> (ø) :arrow_up:
memstore/host_memory_manager.go 96.81% <ø> (ø) :arrow_up:
query/aql_postprocessor.go 80.31% <100%> (ø) :arrow_up:
memstore/backfill_manager.go 87.12% <100%> (ø) :arrow_up:
query/aql_compiler.go 76% <100%> (ø) :arrow_up:
api/schema_handler.go 80.18% <100%> (ø) :arrow_up:
api/debug_handler.go 74.42% <100%> (ø) :arrow_up:
api/enum_handler.go 84.61% <100%> (ø) :arrow_up:
... and 9 more

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 e243256...9258091. Read the comment docs.