mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

The tests are subtle as they skip if the binary is not generated in the local directory. $ go build . && go test PASS ok go.etcd.io/etcd/v3/tools/etcd-dump-logs 0.769s Signed-off-by: Piotr Tabor <ptab@google.com>
15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
Snapshot:
|
|
empty
|
|
Start dumping log entries from snapshot.
|
|
WAL metadata:
|
|
nodeID=0 clusterID=0 term=0 commitIndex=0 vote=0
|
|
WAL entries: 34
|
|
lastIndex=34
|
|
term index type data
|
|
1 1 conf method=ConfChangeAddNode id=2
|
|
2 2 conf method=ConfChangeRemoveNode id=2
|
|
2 3 conf method=ConfChangeUpdateNode id=2
|
|
2 4 conf method=ConfChangeAddLearnerNode id=3
|
|
|
|
Entry types (ConfigChange) count is : 4
|