etcd/server/etcdserver
Marek Siarkowicz e9dec74ded server: Refactor health checks 2022-05-05 09:52:14 +02:00
..
api server: Refactor health checks 2022-05-05 09:52:14 +02:00
cindex Verification framework and check whether cindex is not decreasing. 2022-04-22 12:32:05 +02:00
version fix some typos related to downgrade 2022-03-09 16:07:18 +08:00
adapters.go rename LockWithoutHook to LockOutsideApply and add LockInsideApply 2022-04-07 05:35:13 +08:00
apply.go server: Snapshot after cluster version downgrade 2022-02-21 15:48:00 +01:00
apply_auth.go server: Create storage package and move mvcc files to it 2021-07-12 15:37:21 +02:00
apply_v2.go Log and return instead of panic 2022-02-16 10:31:08 +00:00
bootstrap.go rename LockWithoutHook to LockOutsideApply and add LockInsideApply 2022-04-07 05:35:13 +08: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 add timeout for http client 2022-03-01 11:11:09 +08:00
cluster_util_test.go tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
corrupt.go *: move from io/ioutil to io and os packages 2021-10-28 00:05:28 +08:00
doc.go server: Move server files to 'server' directory. 2020-10-26 12:57:19 +01:00
errors.go set an separate applyTimeout for the waitAppliedIndex 2022-04-10 14:44:55 +08:00
metrics.go server: Move all functions needed for storage bootstrap to storage package 2021-08-03 13:09:15 +02:00
raft.go server: Move Storage interface to storage package 2021-10-08 12:01:53 +02:00
raft_test.go tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
server.go server: Remove unused NewClientHandler 2022-05-05 09:52:13 +02:00
server_access_control.go server: Move server files to 'server' directory. 2020-10-26 12:57:19 +01:00
server_test.go set an separate applyTimeout for the waitAppliedIndex 2022-04-10 14:44:55 +08:00
snapshot_merge.go server: Create storage package and move mvcc files to it 2021-07-12 15:37:21 +02:00
util.go server: skip unnecessary sprintf which executes proto.Size() 2021-06-03 12:58:42 -07:00
util_bench_test.go tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
util_test.go tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
v2_server.go applyV2 should reapply on backend only once 2021-05-18 20:55:05 +02:00
v3_server.go set an separate applyTimeout for the waitAppliedIndex 2022-04-10 14:44:55 +08:00
zap_raft.go etcdserver: add zap.AddCallerSkip in NewRaftLoggerZap 2021-07-23 00:36:15 +07:00
zap_raft_test.go *: move from io/ioutil to io and os packages 2021-10-28 00:05:28 +08:00