frostfs-node/pkg/local_object_storage
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
..
blobstor [#176] localstore: Fix linter's remarks 2020-12-11 17:19:37 +03:00
bucket [#136] cmd/neofs-node: Use new metabase in app 2020-11-03 18:42:32 +03:00
engine [#176] localstore: Fix linter's remarks 2020-12-11 17:19:37 +03:00
localstore [#174] Use Marshal(JSON)/Unmarshal(JSON) methods for encoding/decoding 2020-11-17 11:56:00 +03:00
metabase [#176] localstore: Implement shard methods via Metabase and BlobStor 2020-12-11 17:19:37 +03:00
shard [#176] shard: Fix BlobStor access when data range is zero 2020-12-11 17:19:37 +03:00