update.txt 461 B

1234567891011121314151617181920212223
  1. # Nobody cares about ConfChangeUpdateNode, but at least use it once. It is used
  2. # by etcd as a convenient way to pass a blob through their conf change machinery
  3. # that updates information tracked outside of raft.
  4. simple
  5. v1
  6. ----
  7. voters=(1)
  8. 1: StateProbe match=0 next=0
  9. simple
  10. v2 u1
  11. ----
  12. voters=(1 2)
  13. 1: StateProbe match=0 next=0
  14. 2: StateProbe match=0 next=1
  15. simple
  16. u1 u2 u3 u1 u2 u3
  17. ----
  18. voters=(1 2)
  19. 1: StateProbe match=0 next=0
  20. 2: StateProbe match=0 next=1