frostfs-cli
object range returns incorrect result #1062
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1062
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expected Behavior
frostfs-cli object range works correctly.
Current Behavior
With some objects, when requesting a range equal to the length of object, may be returned error
can't get object payload range: copy payload: payload range size overflow
, or resulting file may be larger than the requested range. When requesting such object via frostfs-cli object get, it has correct size.Steps to Reproduce (for bugs)
frostfs-cli object range --wallet <path-to-wallet> --rpc-endpoint <host:port> --cid <cid> --oid <oid> --file <output-file> --range 0:<object-size>
Your Environment
4 nodes
frostfs-cli object range returns incorrect resulttofrostfs-cli
object range returns incorrect resultPayloadRange
#1081