Object Not Found error instead of APE Denied Request #1297
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 milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1297
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
NoRuleFound since we don't have a rule for objects without attribute.
Current Behavior
Sometimes instead of APE Deny we get
Steps to Reproduce (for bugs)
Notes:
Object without attributes, so it should be denied.
Also, try this request with ALL the nodes, not just one
Context
This was found during eACL to APE transition for autotests
Regression
No(?)
We had a similar problem with Range, the problem was that status error was not propagated in stream RPCs.
In this task, try to use HEAD in similar situation.