frostfs-node/pkg/local_object_storage/shard
Leonard Lyubich b1718a60e4 [#176] shard: Fix BlobStor access when data range is zero
In previous implementation Shard accessed the BlobStor to get the
object header. However, the shard must take headers from the metabase.
From now zero length of the requested payload range seens as object
header request. In this case shard calls metabase to get the header.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-12-11 17:19:37 +03:00
..
delete.go [#176] shard: Get rid of using the global RW lock 2020-12-11 17:19:37 +03:00
exists.go [#176] shard: Finalize the implementation of Exists method 2020-12-11 17:19:37 +03:00
get.go [#176] shard: Fix BlobStor access when data range is zero 2020-12-11 17:19:37 +03:00
id.go [#176] shard: Make ID stringer to return base58 encoded string 2020-12-11 17:19:37 +03:00
put.go [#176] shard: Finalize the implementation of Exists method 2020-12-11 17:19:37 +03:00
select.go [#176] shard: Get rid of using the global RW lock 2020-12-11 17:19:37 +03:00
shard.go [#176] shard: Get rid of using the global RW lock 2020-12-11 17:19:37 +03:00
weight.go [#176] localstore: Draft storage engine shard structure and ops 2020-12-11 17:19:37 +03:00