etcd/mvcc/backend
Iwasaki Yudai 0b1b82aff2 mvcc: check null before set FillPercent not to panic
Since CreateBucketIfNotExists() can return nil when it gets an error,
accessing FillPercent must be done after a nil check, not to cause
a panic.
2018-01-08 11:34:34 -08:00
..
backend.go mvcc: check null before set FillPercent not to panic 2018-01-08 11:34:34 -08:00
backend_bench_test.go *: base initial mmap size on quota size 2017-03-17 15:38:49 -07:00
backend_test.go mvcc/backend: add TestBackendWritebackForEach to backend_test.go 2017-07-28 09:39:48 -07:00
batch_tx.go backend: cache buckets in read tx 2017-08-21 02:16:55 -07:00
batch_tx_test.go *: replace 'boltdb' import paths with 'coreos/bbolt' 2017-07-05 14:32:13 -07:00
config_default.go *: replace 'boltdb' import paths with 'coreos/bbolt' 2017-07-05 14:32:13 -07:00
config_linux.go mvcc/backend: enable 'NoFreelistSync' by default (linux) 2017-07-05 16:10:04 -07:00
config_windows.go *: replace 'boltdb' import paths with 'coreos/bbolt' 2017-07-05 14:32:13 -07:00
doc.go mvcc: update LICENSE header 2016-05-12 20:50:33 -07:00
metrics.go backend: add prometheus metric for large snapshot duration. 2017-05-05 17:27:33 -07:00
read_tx.go backend: cache buckets in read tx 2017-08-21 02:16:55 -07:00
tx_buffer.go backend: readtx 2017-03-08 20:52:59 -08:00