Created
March 21, 2015 06:50
-
-
Save kelseyhightower/d478c77eb39ccc4d975b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo /usr/libexec/etcd/internal_versions/1/etcd \ | |
| > -name e3ffa8932ff0f3f0c107bc5bce946518 \ | |
| > -data-dir /var/lib/etcd \ | |
| > -addr 10.240.46.9:4001 \ | |
| > -peer-addr 10.240.46.9:7001 \ | |
| > -discovery https://discovery.etcd.io/585fb98ae06331b52590020f0d790f28 | |
| [etcd] Mar 21 06:26:07.659 INFO | Discovery via https://discovery.etcd.io using prefix /585fb98ae06331b52590020f0d790f28. | |
| [etcd] Mar 21 06:26:08.112 INFO | Discovery found peers [http://10.240.104.40:7001 http://10.240.229.139:7001 http://10.240.94.57:7001] | |
| [etcd] Mar 21 06:26:08.112 INFO | Discovery fetched back peer list: [10.240.104.40:7001 10.240.229.139:7001 10.240.94.57:7001] | |
| [etcd] Mar 21 06:26:08.115 INFO | Send Join Request to http://10.240.104.40:7001/join | |
| [etcd] Mar 21 06:26:08.172 INFO | e3ffa8932ff0f3f0c107bc5bce946518 joined the cluster via peer 10.240.104.40:7001 | |
| [etcd] Mar 21 06:26:08.175 INFO | etcd server [name e3ffa8932ff0f3f0c107bc5bce946518, listen on :4001, advertised url http://10.240.46.9:4001] | |
| [etcd] Mar 21 06:26:08.176 INFO | peer server [name e3ffa8932ff0f3f0c107bc5bce946518, listen on :7001, advertised url http://10.240.46.9:7001] | |
| [etcd] Mar 21 06:26:08.176 INFO | e3ffa8932ff0f3f0c107bc5bce946518 starting in peer mode | |
| [etcd] Mar 21 06:26:08.176 INFO | e3ffa8932ff0f3f0c107bc5bce946518: state changed from 'initialized' to 'follower'. | |
| [etcd] Mar 21 06:26:08.235 INFO | e3ffa8932ff0f3f0c107bc5bce946518: peer added: '47c9e9e446622b0cfd7863f61e9c759e' | |
| [etcd] Mar 21 06:26:08.266 INFO | e3ffa8932ff0f3f0c107bc5bce946518: peer added: '43c67ab97da2cdf75a98cb5d6a4978b1' | |
| [etcd] Mar 21 06:26:08.299 INFO | e3ffa8932ff0f3f0c107bc5bce946518: peer added: 'a39827b7fd10ceeb1f766d372e1d811b' | |
| [etcd] Mar 21 06:26:09.479 INFO | e3ffa8932ff0f3f0c107bc5bce946518: available_internal_versions [1 2] is registered into key space successfully. | |
| [etcd] Mar 21 06:27:42.195 INFO | e3ffa8932ff0f3f0c107bc5bce946518: detected next internal version 2, exit after 10 seconds. | |
| [etcd] Mar 21 06:27:52.078 INFO | e3ffa8932ff0f3f0c107bc5bce946518: state changed from 'follower' to 'candidate'. | |
| [etcd] Mar 21 06:27:52.079 INFO | e3ffa8932ff0f3f0c107bc5bce946518: leader changed from '47c9e9e446622b0cfd7863f61e9c759e' to ''. | |
| [etcd] Mar 21 06:27:52.081 WARNING | transporter.vr.decoding.error:proto: field/encoding mismatch: wrong type for field | |
| [etcd] Mar 21 06:27:52.082 WARNING | transporter.vr.decoding.error:proto: field/encoding mismatch: wrong type for field | |
| [etcd] Mar 21 06:27:52.082 WARNING | transporter.vr.decoding.error:proto: field/encoding mismatch: wrong type for field | |
| [etcd] Mar 21 06:27:52.196 INFO | e3ffa8932ff0f3f0c107bc5bce946518: state changed from 'candidate' to 'stopped'. | |
| [etcd] Mar 21 06:27:52.196 INFO | e3ffa8932ff0f3f0c107bc5bce946518: state changed from 'stopped' to 'stopped'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment