...

Text file src/go.etcd.io/etcd/raft/v3/confchange/testdata/simple_idempotency.txt

Documentation: go.etcd.io/etcd/raft/v3/confchange/testdata

     1simple
     2v1
     3----
     4voters=(1)
     51: StateProbe match=0 next=0
     6
     7simple
     8v1
     9----
    10voters=(1)
    111: StateProbe match=0 next=0
    12
    13simple
    14v2
    15----
    16voters=(1 2)
    171: StateProbe match=0 next=0
    182: StateProbe match=0 next=2
    19
    20simple
    21l1
    22----
    23voters=(2) learners=(1)
    241: StateProbe match=0 next=0 learner
    252: StateProbe match=0 next=2
    26
    27simple
    28l1
    29----
    30voters=(2) learners=(1)
    311: StateProbe match=0 next=0 learner
    322: StateProbe match=0 next=2
    33
    34simple
    35r1
    36----
    37voters=(2)
    382: StateProbe match=0 next=2
    39
    40simple
    41r1
    42----
    43voters=(2)
    442: StateProbe match=0 next=2
    45
    46simple
    47v3
    48----
    49voters=(2 3)
    502: StateProbe match=0 next=2
    513: StateProbe match=0 next=7
    52
    53simple
    54r3
    55----
    56voters=(2)
    572: StateProbe match=0 next=2
    58
    59simple
    60r3
    61----
    62voters=(2)
    632: StateProbe match=0 next=2
    64
    65simple
    66r4
    67----
    68voters=(2)
    692: StateProbe match=0 next=2

View as plain text