mirror of
https://github.com/nspcc-dev/neofs-node.git
synced 2026-03-01 04:29:10 +00:00
Object exists but inaccessible in Mainnet #1417
Labels
No labels
I1
I2
I3
I4
S0
S1
S2
S3
S4
U0
U1
U2
U3
U4
blocked
bug
config
dependencies
discussion
documentation
enhancement
enhancement
epic
feature
go
good first issue
help wanted
neofs-adm
neofs-cli
neofs-cli
neofs-cli
neofs-ir
neofs-lens
neofs-storage
neofs-storage
performance
question
security
task
test
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-node#1417
Loading…
Add table
Add a link
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?
Originally created by @cthulhu-rider on GitHub (May 20, 2025).
in full-public Mainnet container
there is an object which is stored, but:
seems like object was created with session token w/o lifetime field. Currently, such objects are invalid. Seems like this object was stored before this check was added to the PUT handler
NOTE that we should ensure this is the case
Expected Behavior
op goes OK
Current Behavior
no data access
Possible Solution
ignore session token problems in read ops. If SN responds with an object, it was valid at the time of writing. Something may have been tightened, but it should not be retroactive
Regression
guess it was retreivable some time ago, but now it's not. From the other side, it's residue in the system is questionable
Your Environment
@roman-khimov commented on GitHub (May 20, 2025):
It's not just about token problems. When we're GETting a particular OID it corresponds to a particular header, whatever the contents is, if OID is correct wrt header it's OK. Then payload hash is known from the header and can be checked as well.
@roman-khimov commented on GitHub (May 20, 2025):
Related to #2228, #2302.
@roman-khimov commented on GitHub (May 23, 2025):
That's exactly where the object version can be leveraged, btw.