Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discovery: fix print format #7482

Merged
merged 1 commit into from
Mar 11, 2017
Merged

discovery: fix print format #7482

merged 1 commit into from
Mar 11, 2017

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Mar 10, 2017

I am getting

2017-03-10 23:00:19.229962 N | discovery: got bootstrap from DNS for etcd-server at httpmy-etcd-1.example.com:2380

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
@heyitsanthony
Copy link
Contributor

lgtm. Worth backporting?

@fanminshi
Copy link
Member

lgtm thanks!

@gyuho gyuho merged commit fbcc6db into etcd-io:master Mar 11, 2017
@gyuho gyuho deleted the lll branch March 11, 2017 01:05
@codecov-io
Copy link

Codecov Report

Merging #7482 into master will decrease coverage by 0.06%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #7482      +/-   ##
==========================================
- Coverage   70.81%   70.75%   -0.07%     
==========================================
  Files         244      244              
  Lines       21476    21476              
==========================================
- Hits        15208    15195      -13     
- Misses       5140     5153      +13     
  Partials     1128     1128
Impacted Files Coverage Δ
discovery/srv.go 58.82% <100%> (ø)
pkg/transport/timeout_conn.go 80% <0%> (-20%)
pkg/adt/interval_tree.go 82.43% <0%> (-5.41%)
etcdserver/cluster_util.go 73.42% <0%> (-1.4%)
clientv3/watch.go 92.16% <0%> (-0.53%)
etcdserver/server.go 78.68% <0%> (-0.47%)
etcdserver/v3_server.go 62.5% <0%> (-0.22%)
mvcc/watchable_store.go 86.43% <0%> (+0.38%)
raft/node.go 90.17% <0%> (+0.44%)
clientv3/client.go 78.74% <0%> (+0.78%)
... and 3 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 d0d3c76...60bdc47. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants