etcd/server/etcdserver
Wei Fu 22bdc91302 server/etcdserver: add log for terminating monitors
Adding log for terminating monitors is to make the debug easier.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
2023-03-11 15:07:17 +08:00
..
api rafthttp: replace inline code with existing function 2023-03-03 09:50:14 +08:00
apply Fix goimports in all existing files. Execution of ./scripts/fix.sh 2022-12-29 09:41:31 +01:00
cindex Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
errors Rename etcdserver/etcderrors package to etcdserver/errors. 2022-05-20 14:32:04 +02:00
txn chore: Use http constants to replace numbers as parameters 2023-02-20 11:53:41 +08:00
version Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
adapters.go Rename EtcdServer.Id with EtcdServer.MemberId. 2022-05-20 14:32:04 +02:00
apply_v2.go Fix goimports in all existing files. Execution of ./scripts/fix.sh 2022-12-29 09:41:31 +01:00
bootstrap.go Cleanup 2023-01-21 15:57:48 +03:00
bootstrap_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
cluster_util.go chore: Use http constants to replace numbers as parameters 2023-02-20 11:53:41 +08:00
cluster_util_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
corrupt.go etcdserver: intentionally set memberID as 0 when can't identify the corrupted member 2022-11-26 19:35:38 +08:00
corrupt_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01: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 etcdserver: correct the old name of notifyc in comments 2023-01-27 10:02:22 +08:00
raft_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
server.go server/etcdserver: add log for terminating monitors 2023-03-11 15:07:17 +08:00
server_access_control.go server: Move server files to 'server' directory. 2020-10-26 12:57:19 +01:00
server_access_control_test.go tests(etcdserver): refactor 2022-12-16 10:09:04 +09:00
server_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
snapshot_merge.go etcdserve: format the source code 2022-12-02 13:00:59 +08:00
util.go Apply encapsulation: Cleanup metrics reporting. 2022-05-20 14:32:04 +02:00
util_test.go etcdserve: format the source code 2022-12-02 13:00:59 +08:00
v2_server.go Rename etcdserver/etcderrors package to etcdserver/errors. 2022-05-20 14:32:04 +02:00
v3_server.go etcdserve: format the source code 2022-12-02 13:00:59 +08:00
zap_raft.go etcdserver: update etcdserver to use the new raft module go.etcd.io/raft/v3 2022-12-02 09:33:45 +08:00
zap_raft_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00