frostfs-node/pkg/local_object_storage/shard
Leonard Lyubich a6d1eefeff [#1549] shard: Always close metabase
Make `meta.DB` to call `Close` method on `bbolt.DB` instance if it is
non-nil only. Call `meta.DB.Close` in `shard.Shard.Close` anyway.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-07-08 13:45:57 +03:00
..
container.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
control.go [#1549] shard: Always close metabase 2022-07-08 13:45:57 +03:00
control_test.go [#1505] pilorama: Allow to customize database parameters 2022-07-08 13:27:59 +03:00
delete.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
delete_test.go [#1418] shard: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
dump.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
dump_test.go [#1418] blobovnicza: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
errors.go [#1247] object: Return NOT_FOUND and ALREADY_REMOVED statuses 2022-03-17 16:34:00 +03:00
exists.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
gc.go [#1418] shard: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
get.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
get_test.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
head.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
head_test.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
id.go [#1204] shard: Save ID in the metabase 2022-03-04 17:13:13 +03:00
info.go [#1333] services/control: Return pilorama info in ListShards RPC 2022-07-08 13:27:17 +03:00
inhume.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
inhume_test.go [#1418] shard: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
list.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
list_test.go [#1418] shard: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
lock.go [#1143] shard: Introduce explicit Degraded mode 2022-03-31 15:33:22 +03:00
mode.go [#1143] shard: Introduce explicit Degraded mode 2022-03-31 15:33:22 +03:00
move.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
put.go [#1460] blobstor: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
range.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
restore.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
select.go [#1460] shard: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
shard.go [#1505] pilorama: Allow to customize database parameters 2022-07-08 13:27:59 +03:00
shard_test.go [#1505] pilorama: Allow to customize database parameters 2022-07-08 13:27:59 +03:00
shutdown_test.go [#1418] shard: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
tree.go [#1333] local_object_storage: Support ReadOnly mode in pilorama 2022-07-08 13:26:53 +03:00
weight.go [#189] shard: Extend Info with WeightValues 2020-12-11 17:19:37 +03:00