etcd/server/storage/backend
Thomas Gosteli a19d4087cc fix(defrag): close temp file in case of error
Signed-off-by: Thomas Gosteli <thomas.gosteli@protonmail.ch>
2024-11-07 15:18:39 +01:00
..
testing Fix goimports in all existing files. Execution of ./scripts/fix.sh 2022-12-29 09:41:31 +01:00
backend_bench_test.go fix: enable require-error rule from testifylint in client, pkg and server packages 2024-10-28 21:02:58 +01:00
backend_test.go fix: enable require-error rule from testifylint in client, pkg and server packages 2024-10-28 21:02:58 +01:00
backend.go fix(defrag): close temp file in case of error 2024-11-07 15:18:39 +01:00
batch_tx_test.go all: don't convert byte slice to string when using verb %s 2024-04-25 23:34:52 +08:00
batch_tx.go server: errors.Is conversions 2024-09-29 05:23:47 -07:00
config_default.go chore: delete // +build buildtag by go fix 2022-12-29 14:17:05 +08:00
config_linux.go server: Create storage package and move mvcc files to it 2021-07-12 15:37:21 +02:00
config_windows.go chore: delete // +build buildtag by go fix 2022-12-29 14:17:05 +08:00
doc.go server: Create storage package and move mvcc files to it 2021-07-12 15:37:21 +02:00
export_test.go add missing copyright headers 2022-11-23 19:13:43 +11:00
hooks_test.go fix: enable formatter rule from testifylint 2024-10-17 14:10:35 +02:00
hooks.go Separate Writer interface from BatchTx interfaces 2023-07-31 10:18:01 +02:00
metrics.go storage/backend: Add a gauge to indicate if defrag is active 2021-09-27 17:02:13 -07:00
read_tx.go Remove RLock/RUnlock from BatchTx 2023-07-28 11:39:50 +02:00
tx_buffer_test.go fix: enable empty and len rules from testifylint 2024-10-10 11:07:21 +00:00
tx_buffer.go add key dedupe when a write buffer writeback to an empty read buffer bucket. 2024-03-27 17:03:31 +00:00
verify_test.go fix: enable gofmt and whitespace linters 2024-10-11 07:03:18 +02:00
verify.go server: address golangci var-naming issues 2024-03-20 21:12:12 -07:00