frostfs-node/pkg/local_object_storage/engine
Pavel Karpy 40822adb51 [#2213] node: Do not return object expired object
"Object is expired" means that object is presented in `meta` but it is not
`ObjectNotFound` error. Previous implementation made `shard` search for an
object without `meta` which was an error.

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
2023-02-20 13:53:27 +03:00
..
container.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
control.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
control_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
delete.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
delete_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
dump.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
engine.go [#1] Fix comments and error messages 2023-02-06 17:41:14 +03:00
engine_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
error_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
evacuate.go [#2208] engine: Log time-consuming shard operations 2023-01-25 15:31:47 +03:00
evacuate_test.go [#2179] test: Fix test TestEvacuateNetwork/multiple_shards,_evacuate_many 2023-01-24 13:37:49 +03:00
exists.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
get.go [#2213] node: Do not return object expired object 2023-02-20 13:53:27 +03:00
head.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
head_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
info.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
inhume.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
inhume_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
list.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
list_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
lock.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
lock_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
metrics.go [#1794] metrics: Track physical object capacity per shard 2023-01-26 20:06:28 +03:00
put.go [#2188] engine: Fix panic during setting shard mode 2023-01-25 15:31:47 +03:00
range.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
restore.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
select.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
shards.go [#1794] metrics: Track physical object capacity per shard 2023-01-26 20:06:28 +03:00
shards_test.go [#1770] node: Do not lock on shard's Close call 2022-10-04 10:08:55 +03:00
tree.go [#28] pilorama: Remove LogMove struct 2023-01-25 15:31:47 +03:00
tree_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
writecache.go Move to frostfs-node 2022-12-28 15:04:29 +03:00