Commit History

Author SHA1 Message Date
  yoyinzyc 480d5510f9 etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() mvcc: trace compaction request; add input parameter 'trace' to KV.Compact() 6 years ago
  yoyinzyc 9245518363 etcdserver: trace raft requests. 6 years ago
  yoyinzyc daa432cfa7 etcdserver: add put request steps. mvcc: add put request steps; add trace to KV.Write() as input parameter. 6 years ago
  yoyinzyc 8717327697 pkg: use zap logger to format the structure log output. 6 years ago
  yoyinzyc 4f1bbff888 pkg: add field to record additional detail of trace; add stepThreshold to reduce log volume. 6 years ago
  yoyinzyc 28bb8037d9 pkg: create package traceutil for tracing. mvcc: add tracing steps:range from the in-memory index tree; range from boltdb. etcdserver: add tracing steps: agreement among raft nodes before linerized reading; authentication; filter and sort kv pairs; assemble the response. 6 years ago
  Gyuho Lee 34bd797e67 *: revert module import paths 6 years ago
  shivaramr 9150bf52d6 go modules: Fix module path version to include version number 6 years ago
  Gyuho Lee 1399bc69ce etcdserver: update import paths to "go.etcd.io/etcd" 7 years ago
  Joe Betz 2edb954bce lease: Checkpoint lease TTLs to prevent indefinite auto-renewal of long lived leases 7 years ago
  Joe Betz b47e148d5d etcdserver: Add response byte size and range response count to took too long warning 7 years ago
  Hitoshi Mitake a9225c164a etcdserver: not print password in the warning message of expensive request 7 years ago
  Gyuho Lee bdbed26f64 etcdserver: support structured logging 7 years ago
  Gyuho Lee 8a518b01c4 *: revert "internal/mvcc" change 8 years ago
  Gyuho Lee dd2f3b0de8 *: revert "internal/lease" change 8 years ago
  Gyuho Lee bb95d190c1 *: revert "internal/auth" change 8 years ago
  Xiang b83244bd35 etcdserver: improve request took too long warning 8 years ago
  Hitoshi Mitake 6c91766490 *: move "auth" to "internal/auth" 8 years ago
  Gyuho Lee 80d15948bc *: move "mvcc" to "internal/mvcc" 8 years ago
  Gyuho Lee 349a377a67 *: move "lease" to "internal/lease" 8 years ago
  Hitoshi Mitake f649132a5a auth, etcdserver: follow the correct usage of context 8 years ago
  Gyu-Ho Lee ba233e2f4d etcdserver: preallocate slice in apply 8 years ago
  Gyu-Ho Lee 0b2d8a6c96 *: fix minor typos 8 years ago
  Gyu-Ho Lee f65aee0759 *: replace 'golang.org/x/net/context' with 'context' 8 years ago
  Anthony Romano 31381da53a etcdserver: raise alarm on cluster corruption 8 years ago
  Anthony Romano ec4ca4408f etcdserver: support lease txn comparison 8 years ago
  Anthony Romano 6ed51dc621 etcdserver, v3rpc: support nested txns 8 years ago
  Anthony Romano 8d7c29c732 etcdserver, etcdserverpb: Txn.Compare range_end support 8 years ago
  Anthony Romano d173b09a1b etcdserver: use same ReadView for read-only txns 8 years ago
  Hitoshi Mitake 0c655902f2 auth, etcdserver: protect revoking lease with auth 8 years ago