youzan / ZanRedisDB

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
MIT License
388 stars 60 forks source link

memory optimize and fix node removing #48

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #48 into master will decrease coverage by 0.11%. The diff coverage is 28.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   44.35%   44.24%   -0.12%     
==========================================
  Files         154      154              
  Lines       24369    24438      +69     
==========================================
+ Hits        10809    10812       +3     
- Misses      11823    11882      +59     
- Partials     1737     1744       +7
Impacted Files Coverage Δ
rockredis/t_ttl_c.go 67.18% <ø> (ø) :arrow_up:
server/merge.go 68.98% <ø> (ø) :arrow_up:
server/server.go 49.48% <ø> (ø) :arrow_up:
node/state_machine.go 25.61% <ø> (ø) :arrow_up:
cluster/pdnode_coord/place_driver.go 12.37% <0%> (ø) :arrow_up:
cluster/pdnode_coord/pd_coordinator.go 0% <0%> (ø) :arrow_up:
node/raft.go 36.85% <0%> (+0.09%) :arrow_up:
rockredis/t_list.go 42.41% <100%> (ø) :arrow_up:
raft/rocksdb_storage.go 74.29% <100%> (+0.07%) :arrow_up:
rockredis/scan.go 57.58% <100%> (ø) :arrow_up:
... and 12 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 7307ab3...fac99f5. Read the comment docs.