Add EC APE check #1125
No reviewers
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1125
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:feat/ec_ape"
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?
For operations on EC chunks on container nodes for requests not from container or IR, EC parent headers will be used.
f4965e92c9
tob3189b5616
@ -139,0 +169,4 @@
return parentObj.ToV2().GetHeader()
}
func (c *checkerImpl) currentNodeIsContainerNode(cnrID cid.ID) (bool, error) {
I suppose you have considered this step to avoid extra iterations over local shards (we don't need to iterate over shard if it's not container - it will find nothing). Could you, please, to add explanatory comment before/after
The reason is different, but commend added.
b3189b5616
to766c4fc647
766c4fc647
tobac5b9db32
bac5b9db32
to68e0e89a8a
68e0e89a8a
to0144117cc9
LGTM