uber / aresdb

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

implement subscriber mutator and membership mutator for etcd version … #265

Closed jshencode closed 5 years ago

jshencode commented 5 years ago
  1. implement subscriber mutator and membership mutator for etcd version
  2. remove watcher for subscriber heartbeat and use only pull mode and hash for assignment calculation to avoid eager recalculation of assignment during subscriber restart
codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@b1ddf34). Click here to learn what that means. The diff coverage is 54.16%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #265   +/-   ##
=========================================
  Coverage          ?   71.46%           
=========================================
  Files             ?      167           
  Lines             ?    22881           
  Branches          ?        0           
=========================================
  Hits              ?    16352           
  Misses            ?     5266           
  Partials          ?     1263
Impacted Files Coverage Δ
controller/mutators/common/errors.go 0% <ø> (ø)
controller/mutators/etcd/subscriber_mutator.go 48.21% <48.21%> (ø)
controller/mutators/etcd/membership_mutator.go 49.18% <49.18%> (ø)
controller/tasks/etcd/ingestion_assignment.go 70% <77.77%> (ø)

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 b1ddf34...ad0f00b. Read the comment docs.