etcd/server/etcdserver
Marek Siarkowicz 2c12954158
Merge pull request #14049 from serathius/compact-hash
Calculate hash during compaction
2022-06-14 11:10:19 +02:00
..
api server: Extract hasher to separate interface 2022-06-13 18:20:18 +02:00
apply Remove unused code and apply code-quality suggestions. 2022-05-20 14:42:39 +02:00
cindex Verification framework and check whether cindex is not decreasing. 2022-04-22 12:32:05 +02:00
errors Rename etcdserver/etcderrors package to etcdserver/errors. 2022-05-20 14:32:04 +02:00
txn Rename the txn, so as not to be the same as the package name. 2022-05-20 14:32:04 +02:00
version Replace all etcd versions with the centralized definitions 2022-06-13 14:08:39 +08:00
adapters.go Rename EtcdServer.Id with EtcdServer.MemberId. 2022-05-20 14:32:04 +02:00
apply_v2.go Rename etcdserver/etcderrors package to etcdserver/errors. 2022-05-20 14:32:04 +02:00
bootstrap.go Rename etcdserver/etcderrors package to etcdserver/errors. 2022-05-20 14:32:04 +02:00
bootstrap_test.go server: Save consistency index and term to backend even when they decrease 2022-04-07 19:00:03 +02:00
cluster_util.go Rename etcdserver/etcderrors package to etcdserver/errors. 2022-05-20 14:32:04 +02:00
cluster_util_test.go tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
corrupt.go tests: Add tests for HashByRev HTTP API 2022-06-13 18:20:19 +02:00
corrupt_test.go server: Cache compaction hash for HashByRev API 2022-06-13 18:20:18 +02:00
doc.go server: Move server files to 'server' directory. 2020-10-26 12:57:19 +01:00
metrics.go Apply encapsulation: Cleanup metrics reporting. 2022-05-20 14:32:04 +02:00
raft.go Rename package alising "apply2" -> apply. 2022-05-20 14:32:04 +02:00
raft_test.go Rename package alising "apply2" -> apply. 2022-05-20 14:32:04 +02:00
server.go server: Extract corruption detection to dedicated struct 2022-06-13 18:19:24 +02:00
server_access_control.go server: Move server files to 'server' directory. 2020-10-26 12:57:19 +01:00
server_test.go Rename WrapApply to Apply. 2022-05-20 14:32:04 +02:00
snapshot_merge.go verify consistent_index in snapshot must be equal to the snapshot index 2022-05-03 20:02:47 +08:00
util.go Apply encapsulation: Cleanup metrics reporting. 2022-05-20 14:32:04 +02:00
util_test.go tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
v2_server.go Rename etcdserver/etcderrors package to etcdserver/errors. 2022-05-20 14:32:04 +02:00
v3_server.go Rename WrapApply to Apply. 2022-05-20 14:32:04 +02:00
zap_raft.go etcdserver: add zap.AddCallerSkip in NewRaftLoggerZap 2021-07-23 00:36:15 +07:00
zap_raft_test.go tests: Use zaptest.NewLogger in places we missed 2022-05-06 12:23:20 +02:00