Commit History

Author SHA1 Message Date
  Gyuho Lee dd2f3b0de8 *: revert "internal/lease" change 7 years ago
  Gyuho Lee 80d15948bc *: move "mvcc" to "internal/mvcc" 8 years ago
  Gyuho Lee 349a377a67 *: move "lease" to "internal/lease" 8 years ago
  Gyuho Lee 880835c02c *: move "store" to "internal/store" 8 years ago
  Gyuho Lee dee39bf786 internal/raftsnap: move "raftsnap" to internal 8 years ago
  Gyuho Lee 6a70a931d3 etcdserver: rename "snap" to "raftsnap" package 8 years ago
  Gyu-Ho Lee 9a726b424d *: fix leaky context creation with cancel 8 years ago
  Gyu-Ho Lee f65aee0759 *: replace 'golang.org/x/net/context' with 'context' 8 years ago
  Anthony Romano 758c3c09fd etcdserver: refactor v2 request processing 8 years ago
  Anthony Romano 1d3afd4bb5 etcdhttp, v2http, etcdserver: use etcdserver.{Server,ServerV2} interfaces 8 years ago
  Anthony Romano 1acc8090e3 Merge pull request #8110 from heyitsanthony/fix-test-sync-timeout 8 years ago
  Anthony Romano aa0e6b26c0 etcdserver: use RecorderStream for TestSyncTimeout to avoid missing action 8 years ago
  Anthony Romano dcf52bbfac etcdserver, embed, integration: don't use pointer for ServerConfig 8 years ago
  Anthony Romano f6cd4d4f5b snap, etcdserver: tighten up snapshot path handling 8 years ago
  fanmin shi dfdaf082c5 etcdserver: add a test to ensure renaming db happens before persisting wal and snap files 8 years ago
  fanmin shi e33b10a666 etcdserver: add a test to ensure config change also update ConsistIndex 8 years ago
  Anthony Romano 714b48a4b4 etcdserver: initialize raftNode with constructor 8 years ago
  Anthony Romano d9ec6b4d22 *: return updated member list in v3 rpcs 8 years ago
  Anthony Romano 8ad935ef2c etcdserver: use cancelable context for server initiated requests 8 years ago
  Gyu-Ho Lee 80c10e150f etcdserver: remove possibly compacted entry look-up 8 years ago
  Gyu-Ho Lee 3d75395875 *: remove never-unused vars, minor lint fix 8 years ago
  Xiang Li 6a0a0a7ea1 etcdserver: make snaptest fail fast 9 years ago
  Gyu-Ho Lee 136c02da71 Merge pull request #6738 from gyuho/raft-cleanup 9 years ago
  Gyu-Ho Lee 5bd00ab1f6 *: fix minor typos 9 years ago
  Gyu-Ho Lee 6ec03d3f7c etcdserver: move 'EtcdServer.send' to raft.go 9 years ago
  Gyu-Ho Lee 0c61d8804a etcdserver: make WaitGroup.Add sync with Wait 9 years ago
  Anthony Romano 289e3c0c63 etcdserver: use stream recorder for TestPublishRetry 9 years ago
  Anthony Romano 3866e78c26 etcdserver: tighten up goroutine management 9 years ago
  Gyu-Ho Lee a56cb82180 etcdserver: add TransferLeadership for raft.Node 9 years ago
  Anthony Romano cfe09d34b8 etcdserver: don't race when waiting for store in TestSnapshot 9 years ago