etcd/etcdserver
Josh Bleecher Snyder 24724af7f1
etcdserver: prevent crash using expvars when server is not running (#12376)
The raft.status expvar is added at init time.
This change ensures that evaluating that expvar variable
doesn't panic during evaluation, even when there is
no server running.
2020-10-08 17:37:25 -07:00
..
api tests/integration: Moving integration tests to tests/integration directory 2020-10-07 15:36:21 +02:00
cindex go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
apply.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
apply_auth.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
apply_v2.go etcdserver: Avoid panics logging slow v2 requests in integration tests 2020-08-19 11:30:15 -04:00
backend.go etcdserver, et al: add --unsafe-no-fsync flag 2020-05-26 09:21:49 +10:00
cluster_util.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
cluster_util_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
config.go *: add experimental flag for watch notify interval 2020-08-14 12:01:00 -07:00
config_test.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
corrupt.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
doc.go etcdserver: update LICENSE header 2016-05-12 20:49:40 -07:00
errors.go etcdserver: define error string and link with grpc error code. 2020-05-15 11:51:39 -07:00
metrics.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
quota.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
raft.go etcdserver: prevent crash using expvars when server is not running (#12376) 2020-10-08 17:37:25 -07:00
raft_test.go etcdserver: prevent crash using expvars when server is not running (#12376) 2020-10-08 17:37:25 -07:00
server.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
server_access_control.go etcdserver: replace "hostWhitelist" with "AccessController" 2018-03-27 06:25:44 -07:00
server_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
snapshot_merge.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
storage.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
util.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
util_test.go etcdserver: Avoid panics logging slow v2 requests in integration tests 2020-08-19 11:30:15 -04:00
v2_server.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
v3_server.go clientv3: Expose clientv3/examples close to the code. 2020-10-08 14:27:32 +02:00