quantcast / qfs

Quantcast File System
https://quantcast.atlassian.net
Apache License 2.0
643 stars 171 forks source link

Clarified comments about metaDataSync.servers var #222

Closed MrStupnikov closed 7 years ago

MrStupnikov commented 7 years ago

metaDataSync.servers variable should contain a list of IP addresses and ports of metaservers that should be used for initial synchronization. Existing comments doesn't contain this information.

codecov-io commented 7 years ago

Codecov Report

Merging #222 into master will increase coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   44.28%   44.28%   +<.01%     
==========================================
  Files         272      272              
  Lines       86112    86115       +3     
  Branches    15368    15370       +2     
==========================================
+ Hits        38135    38137       +2     
+ Misses      40517    40505      -12     
- Partials     7460     7473      +13
Impacted Files Coverage Δ
src/cc/common/TimerWheel.h 53.84% <0%> (-7.7%) :arrow_down:
src/cc/meta/ClientSM.cc 58.77% <0%> (-1.2%) :arrow_down:
src/cc/kfsio/ClientAuthContext.cc 53.23% <0%> (-0.72%) :arrow_down:
src/cc/kfsio/SslFilter.cc 51.53% <0%> (-0.57%) :arrow_down:
src/cc/meta/ChunkPlacement.h 71.28% <0%> (-0.34%) :arrow_down:
src/cc/chunk/KfsOpsHandler.cc 85.71% <0%> (-0.34%) :arrow_down:
src/cc/chunk/RemoteSyncSM.cc 53.87% <0%> (-0.19%) :arrow_down:
src/cc/chunk/KfsOps.cc 45.18% <0%> (-0.17%) :arrow_down:
src/cc/libclient/KfsNetClient.cc 47.21% <0%> (-0.13%) :arrow_down:
src/cc/kfsio/IOBuffer.cc 59.48% <0%> (-0.12%) :arrow_down:
... 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 2918acb...1cb505f. Read the comment docs.