etcd@host01:/tmp/test-ssl$ cat initial-test-auto-ssl.yml name: host01 data-dir: /var/lib/etcd/test-ssl-auto listen-peer-urls: https://host01.domain.yandex.net:2480 listen-client-urls: https://host01.domain.yandex.net:2479,https://localhost:2479 initial-advertise-peer-urls: https://host01.domain.yandex.net:2480 initial-cluster: host01=https://host01.domain.yandex.net:2480,host02=https://host02.domain.yandex.net:2480,host03=https://host03.domain.yandex.net:2480 initial-cluster-state: new initial-cluster-token: test-ssl advertise-client-urls: https://host01.domain.yandex.net:2479 client-transport-security: auto-tls: true peer-transport-security: auto-tls: true client-cert-auth: false etcd@host01:/tmp/test-ssl$ etcd --config-file initial-test-auto-ssl.yml 2>&1 2016-12-06 16:31:39.347385 I | etcdmain: Loading server configuration from "initial-test-auto-ssl.yml" 2016-12-06 16:31:39.348357 W | etcdmain: expected IP in URL for binding (https://host01.domain.yandex.net:2480) 2016-12-06 16:31:39.348404 W | etcdmain: expected IP in URL for binding (https://host01.domain.yandex.net:2479) 2016-12-06 16:31:39.348433 I | etcdmain: etcd Version: 3.0.15 2016-12-06 16:31:39.348452 I | etcdmain: Git SHA: GitNotFound 2016-12-06 16:31:39.348470 I | etcdmain: Go Version: go1.7.3 2016-12-06 16:31:39.348490 I | etcdmain: Go OS/Arch: linux/amd64 2016-12-06 16:31:39.348508 I | etcdmain: setting maximum number of CPUs to 32, total number of available CPUs is 32 2016-12-06 16:31:39.400021 I | etcdmain: peerTLS: cert = /var/lib/etcd/test-ssl-auto/fixtures/peer/cert.pem, key = /var/lib/etcd/test-ssl-auto/fixtures/peer/key.pem, ca = , trusted-ca = , client-cert-auth = false 2016-12-06 16:31:39.425747 I | etcdmain: listening for peers on https://host01.domain.yandex.net:2480 2016-12-06 16:31:39.470145 I | etcdmain: clientTLS: cert = /var/lib/etcd/test-ssl-auto/fixtures/client/cert.pem, key = /var/lib/etcd/test-ssl-auto/fixtures/client/key.pem, ca = , trusted-ca = , client-cert-auth = false 2016-12-06 16:31:39.494829 I | etcdmain: listening for client requests on host01.domain.yandex.net:2479 2016-12-06 16:31:39.495183 I | etcdmain: listening for client requests on localhost:2479 2016-12-06 16:31:39.525563 I | netutil: resolving host01.domain.yandex.net:2480 to [::fe6b:c0a8]:2480 2016-12-06 16:31:39.525648 I | netutil: resolving host01.domain.yandex.net:2480 to [::fe6b:c0a8]:2480 2016-12-06 16:31:39.527423 I | etcdserver: name = host01 2016-12-06 16:31:39.527453 I | etcdserver: data dir = /var/lib/etcd/test-ssl-auto 2016-12-06 16:31:39.527469 I | etcdserver: member dir = /var/lib/etcd/test-ssl-auto/member 2016-12-06 16:31:39.527482 I | etcdserver: heartbeat = 100ms 2016-12-06 16:31:39.527499 I | etcdserver: election = 1000ms 2016-12-06 16:31:39.527512 I | etcdserver: snapshot count = 10000 2016-12-06 16:31:39.527532 I | etcdserver: advertise client URLs = https://host01.domain.yandex.net:2479 2016-12-06 16:31:39.527568 I | etcdserver: initial advertise peer URLs = https://host01.domain.yandex.net:2480 2016-12-06 16:31:39.527605 I | etcdserver: initial cluster = host01=https://host01.domain.yandex.net:2480,host02=https://host02.domain.yandex.net:2480,host03=https://host03.domain.yandex.net:2480 2016-12-06 16:31:39.532357 I | etcdserver: starting member 89986b3e07c939dc in cluster ffff6fb75d331df5 2016-12-06 16:31:39.532445 I | raft: 89986b3e07c939dc became follower at term 0 2016-12-06 16:31:39.532473 I | raft: newRaft 89986b3e07c939dc [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2016-12-06 16:31:39.532510 I | raft: 89986b3e07c939dc became follower at term 1 2016-12-06 16:31:39.598859 I | rafthttp: starting peer 6d46397fdc98d0fc... 2016-12-06 16:31:39.598925 I | rafthttp: started HTTP pipelining with peer 6d46397fdc98d0fc 2016-12-06 16:31:39.599739 I | rafthttp: started streaming with peer 6d46397fdc98d0fc (writer) 2016-12-06 16:31:39.600825 I | rafthttp: started streaming with peer 6d46397fdc98d0fc (writer) 2016-12-06 16:31:39.602917 I | rafthttp: started peer 6d46397fdc98d0fc 2016-12-06 16:31:39.602959 I | rafthttp: started streaming with peer 6d46397fdc98d0fc (stream MsgApp v2 reader) 2016-12-06 16:31:39.603100 I | rafthttp: started streaming with peer 6d46397fdc98d0fc (stream Message reader) 2016-12-06 16:31:39.603169 I | rafthttp: added peer 6d46397fdc98d0fc 2016-12-06 16:31:39.603220 I | rafthttp: starting peer def2d01498537949... 2016-12-06 16:31:39.603279 I | rafthttp: started HTTP pipelining with peer def2d01498537949 2016-12-06 16:31:39.603820 I | rafthttp: started streaming with peer def2d01498537949 (writer) 2016-12-06 16:31:39.606281 I | rafthttp: started streaming with peer def2d01498537949 (writer) 2016-12-06 16:31:39.607187 I | rafthttp: started peer def2d01498537949 2016-12-06 16:31:39.607238 I | rafthttp: added peer def2d01498537949 2016-12-06 16:31:39.607264 I | etcdserver: starting server... [version: 3.0.15, cluster version: to_be_decided] 2016-12-06 16:31:39.607284 I | rafthttp: started streaming with peer def2d01498537949 (stream MsgApp v2 reader) 2016-12-06 16:31:39.607385 I | rafthttp: started streaming with peer def2d01498537949 (stream Message reader) 2016-12-06 16:31:39.607816 I | membership: added member 6d46397fdc98d0fc [https://host02.domain.yandex.net:2480] to cluster ffff6fb75d331df5 2016-12-06 16:31:39.608087 I | membership: added member 89986b3e07c939dc [https://host01.domain.yandex.net:2480] to cluster ffff6fb75d331df5 2016-12-06 16:31:39.608291 I | membership: added member def2d01498537949 [https://host03.domain.yandex.net:2480] to cluster ffff6fb75d331df5 2016-12-06 16:31:40.232821 I | raft: 89986b3e07c939dc is starting a new election at term 1 2016-12-06 16:31:40.232881 I | raft: 89986b3e07c939dc became candidate at term 2 2016-12-06 16:31:40.232947 I | raft: 89986b3e07c939dc received vote from 89986b3e07c939dc at term 2 2016-12-06 16:31:40.232978 I | raft: 89986b3e07c939dc [logterm: 1, index: 3] sent vote request to 6d46397fdc98d0fc at term 2 2016-12-06 16:31:40.233017 I | raft: 89986b3e07c939dc [logterm: 1, index: 3] sent vote request to def2d01498537949 at term 2 2016-12-06 16:31:41.925601 I | rafthttp: peer 6d46397fdc98d0fc became active 2016-12-06 16:31:41.925648 I | rafthttp: established a TCP streaming connection with peer 6d46397fdc98d0fc (stream Message writer) 2016-12-06 16:31:41.930461 I | rafthttp: established a TCP streaming connection with peer 6d46397fdc98d0fc (stream Message reader) 2016-12-06 16:31:41.933817 I | rafthttp: established a TCP streaming connection with peer 6d46397fdc98d0fc (stream MsgApp v2 writer) 2016-12-06 16:31:41.935553 I | rafthttp: established a TCP streaming connection with peer 6d46397fdc98d0fc (stream MsgApp v2 reader) 2016-12-06 16:31:41.950349 I | raft: 89986b3e07c939dc [logterm: 1, index: 3, vote: 89986b3e07c939dc] rejected vote from 6d46397fdc98d0fc [logterm: 1, index: 3] at term 2 2016-12-06 16:31:42.032841 I | raft: 89986b3e07c939dc is starting a new election at term 2 2016-12-06 16:31:42.032909 I | raft: 89986b3e07c939dc became candidate at term 3 2016-12-06 16:31:42.032928 I | raft: 89986b3e07c939dc received vote from 89986b3e07c939dc at term 3 2016-12-06 16:31:42.032950 I | raft: 89986b3e07c939dc [logterm: 1, index: 3] sent vote request to def2d01498537949 at term 3 2016-12-06 16:31:42.032971 I | raft: 89986b3e07c939dc [logterm: 1, index: 3] sent vote request to 6d46397fdc98d0fc at term 3 2016-12-06 16:31:42.037141 I | raft: 89986b3e07c939dc received vote from 6d46397fdc98d0fc at term 3 2016-12-06 16:31:42.037180 I | raft: 89986b3e07c939dc [quorum:2] has received 2 votes and 0 vote rejections 2016-12-06 16:31:42.037215 I | raft: 89986b3e07c939dc became leader at term 3 2016-12-06 16:31:42.037247 I | raft: raft.node: 89986b3e07c939dc elected leader 89986b3e07c939dc at term 3 2016-12-06 16:31:42.041806 I | etcdserver: published {Name:host01 ClientURLs:[https://host01.domain.yandex.net:2479]} to cluster ffff6fb75d331df5 2016-12-06 16:31:42.041838 I | etcdmain: ready to serve client requests 2016-12-06 16:31:42.041896 I | etcdmain: ready to serve client requests 2016-12-06 16:31:42.042249 I | etcdmain: serving client requests on localhost:2479 2016-12-06 16:31:42.042990 I | etcdmain: serving client requests on host01.domain.yandex.net:2479 2016-12-06 16:31:42.172128 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.180343 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.180819 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.192873 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.192937 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.193437 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.193670 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.196778 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.201713 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.201816 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.202662 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.211196 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.248701 I | rafthttp: peer def2d01498537949 became active 2016-12-06 16:31:42.248752 I | rafthttp: established a TCP streaming connection with peer def2d01498537949 (stream Message writer) 2016-12-06 16:31:42.262025 I | rafthttp: established a TCP streaming connection with peer def2d01498537949 (stream MsgApp v2 writer) 2016-12-06 16:31:42.264240 I | rafthttp: established a TCP streaming connection with peer def2d01498537949 (stream MsgApp v2 reader) 2016-12-06 16:31:42.271149 I | rafthttp: established a TCP streaming connection with peer def2d01498537949 (stream Message reader) 2016-12-06 16:31:42.285900 I | etcdserver: setting up the initial cluster version to 3.0 2016-12-06 16:31:42.288841 N | membership: set the initial cluster version to 3.0 2016-12-06 16:31:42.288944 I | api: enabled capabilities for version 3.0 2016-12-06 16:31:42.298426 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.306654 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.308007 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.309593 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.309842 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.310339 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.311514 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.312775 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.316331 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.316451 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.322665 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.333696 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.388290 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.393625 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.397194 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.397791 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.400519 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.400700 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.400744 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.401286 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.401795 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.402836 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.408505 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.432696 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.470311 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.474774 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.474827 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.483252 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.486790 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.487773 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.488000 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.490336 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.491710 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.501724 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.510161 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.528038 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.562062 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.563485 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.564635 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.571744 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.575814 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.578457 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.578621 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.579299 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.586496 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.592592 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.613914 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.615791 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.647411 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.647486 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.649763 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.651066 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.662085 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.666393 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.666623 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.666679 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.666772 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.679408 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.701016 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.704899 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.733612 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.735840 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.738124 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.738773 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.748903 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.755002 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.755394 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.763124 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.765647 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.777069 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.784823 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.791400 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.816715 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.821569 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.826290 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.830068 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.832434 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.836599 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.845309 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.850561 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.857737 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.869576 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.881359 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.882235 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.903928 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.904809 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.909537 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.912065 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.926658 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.927080 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.927512 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.927928 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.929767 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.953253 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.957458 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.965387 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.987520 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:42.990223 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.000934 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.003680 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.010411 I | v3rpc/grpc: grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: write tcp 127.0.0.1:50697->127.0.0.1:2479: write: broken pipe"; Reconnecting to {"127.0.0.1:2479" } 2016-12-06 16:31:43.014251 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.014322 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.014876 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.017760 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.032772 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.043947 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.044372 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.067516 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.079686 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.084832 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.093112 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.098179 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.100636 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.106523 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.114633 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.114986 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.123248 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.136912 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.147681 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. ^C2016-12-06 16:31:43.158390 N | osutil: received interrupt signal, shutting down... 2016-12-06 16:31:43.158465 I | rafthttp: stopping peer 6d46397fdc98d0fc... 2016-12-06 16:31:43.158849 I | rafthttp: closed the TCP streaming connection with peer 6d46397fdc98d0fc (stream MsgApp v2 writer) 2016-12-06 16:31:43.158878 I | rafthttp: stopped streaming with peer 6d46397fdc98d0fc (writer) 2016-12-06 16:31:43.159225 I | rafthttp: closed the TCP streaming connection with peer 6d46397fdc98d0fc (stream Message writer) 2016-12-06 16:31:43.159261 I | rafthttp: stopped streaming with peer 6d46397fdc98d0fc (writer) 2016-12-06 16:31:43.159303 I | rafthttp: stopped HTTP pipelining with peer 6d46397fdc98d0fc 2016-12-06 16:31:43.159414 W | rafthttp: lost the TCP streaming connection with peer 6d46397fdc98d0fc (stream MsgApp v2 reader) 2016-12-06 16:31:43.159452 I | rafthttp: stopped streaming with peer 6d46397fdc98d0fc (stream MsgApp v2 reader) 2016-12-06 16:31:43.159546 W | rafthttp: lost the TCP streaming connection with peer 6d46397fdc98d0fc (stream Message reader) 2016-12-06 16:31:43.159582 I | rafthttp: stopped streaming with peer 6d46397fdc98d0fc (stream Message reader) 2016-12-06 16:31:43.159610 I | rafthttp: stopped peer 6d46397fdc98d0fc 2016-12-06 16:31:43.159634 I | rafthttp: stopping peer def2d01498537949... 2016-12-06 16:31:43.159976 I | rafthttp: closed the TCP streaming connection with peer def2d01498537949 (stream MsgApp v2 writer) 2016-12-06 16:31:43.160006 I | rafthttp: stopped streaming with peer def2d01498537949 (writer) 2016-12-06 16:31:43.160983 I | rafthttp: closed the TCP streaming connection with peer def2d01498537949 (stream Message writer) 2016-12-06 16:31:43.161029 I | rafthttp: stopped streaming with peer def2d01498537949 (writer) 2016-12-06 16:31:43.161178 I | rafthttp: stopped HTTP pipelining with peer def2d01498537949 2016-12-06 16:31:43.161776 W | rafthttp: lost the TCP streaming connection with peer def2d01498537949 (stream MsgApp v2 reader) 2016-12-06 16:31:43.161834 E | rafthttp: failed to read def2d01498537949 on stream MsgApp v2 (net/http: request canceled) 2016-12-06 16:31:43.161860 I | rafthttp: peer def2d01498537949 became inactive 2016-12-06 16:31:43.161893 I | rafthttp: stopped streaming with peer def2d01498537949 (stream MsgApp v2 reader) 2016-12-06 16:31:43.167954 W | rafthttp: lost the TCP streaming connection with peer def2d01498537949 (stream Message reader) 2016-12-06 16:31:43.168183 I | rafthttp: stopped streaming with peer def2d01498537949 (stream Message reader) 2016-12-06 16:31:43.168214 I | rafthttp: stopped peer def2d01498537949 2016-12-06 16:31:43.169991 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF. 2016-12-06 16:31:43.177897 I | v3rpc/grpc: transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF.