uber / aresdb

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

bootstrap non-initializing shard first #248

Closed jshencode closed 5 years ago

jshencode commented 5 years ago
  1. bootstrap non initializing (available and leaving) shards first
  2. on server start, only wait for non initializing shards readiness
codecov-io commented 5 years ago

Codecov Report

Merging #248 into master will increase coverage by 0.26%. The diff coverage is 19.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
+ Coverage    69.3%   69.56%   +0.26%     
==========================================
  Files         159      159              
  Lines       21528    21563      +35     
==========================================
+ Hits        14920    15001      +81     
+ Misses       5471     5418      -53     
- Partials     1137     1144       +7
Impacted Files Coverage Δ
datanode/datanode.go 17.02% <17.72%> (+17.02%) :arrow_up:
memstore/bootstrap.go 61.7% <37.5%> (-0.84%) :arrow_down:
memstore/cuckoo_index.go 90.26% <0%> (-1.01%) :arrow_down:
datanode/bootstrap.go 11.39% <0%> (+11.39%) :arrow_up:
datanode/options.go 45.83% <0%> (+45.83%) :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 f6cdc61...bcb3c86. Read the comment docs.