Created
March 24, 2015 01:14
-
-
Save kelseyhightower/a800456f419515af607f 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
| $ docker logs a654081df0ab880732a92bad5082b699ca1f03dd1e3d7c5e291bb3ebe0a73d02 | |
| 2015/03/24 01:10:02 etcd: no data-dir provided, using default data-dir ./default.etcd | |
| 2015/03/24 01:10:02 etcd: listening for peers on http://localhost:2380 | |
| 2015/03/24 01:10:02 etcd: listening for peers on http://localhost:7001 | |
| 2015/03/24 01:10:02 etcd: listening for client requests on http://localhost:2379 | |
| 2015/03/24 01:10:02 etcd: listening for client requests on http://localhost:4001 | |
| 2015/03/24 01:10:02 etcdserver: name = default | |
| 2015/03/24 01:10:02 etcdserver: data dir = default.etcd | |
| 2015/03/24 01:10:02 etcdserver: member dir = default.etcd/member | |
| 2015/03/24 01:10:02 etcdserver: heartbeat = 100ms | |
| 2015/03/24 01:10:02 etcdserver: election = 1000ms | |
| 2015/03/24 01:10:02 etcdserver: snapshot count = 10000 | |
| 2015/03/24 01:10:02 etcdserver: advertise client URLs = http://localhost:2379,http://localhost:4001 | |
| 2015/03/24 01:10:02 etcdserver: initial advertise peer URLs = http://localhost:2380,http://localhost:7001 | |
| 2015/03/24 01:10:02 etcdserver: initial cluster = default=http://localhost:2380,default=http://localhost:7001 | |
| 2015/03/24 01:10:02 etcdserver: start member ce2a822cea30bfca in cluster 7e27652122e8b2ae | |
| 2015/03/24 01:10:02 raft: ce2a822cea30bfca became follower at term 0 | |
| 2015/03/24 01:10:02 raft: newRaft ce2a822cea30bfca [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] | |
| 2015/03/24 01:10:02 raft: ce2a822cea30bfca became follower at term 1 | |
| 2015/03/24 01:10:02 etcdserver: added local member ce2a822cea30bfca [http://localhost:2380 http://localhost:7001] to cluster 7e27652122e8b2ae | |
| 2015/03/24 01:10:03 raft: ce2a822cea30bfca is starting a new election at term 1 | |
| 2015/03/24 01:10:03 raft: ce2a822cea30bfca became candidate at term 2 | |
| 2015/03/24 01:10:03 raft: ce2a822cea30bfca received vote from ce2a822cea30bfca at term 2 | |
| 2015/03/24 01:10:03 raft: ce2a822cea30bfca became leader at term 2 | |
| 2015/03/24 01:10:03 raft.node: ce2a822cea30bfca elected leader ce2a822cea30bfca at term 2 | |
| 2015/03/24 01:10:03 etcdserver: published {Name:default ClientURLs:[http://localhost:2379 http://localhost:4001]} to cluster 7e27652122e8b2ae |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment