Fix IsUserObject
for ec-splitted objects #1141
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#1141
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-node:feat/ec_userobj"
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?
putUniqueIndexItem
, becauseGetECHeader
is not correct way to determine if an object's got EC-header:ECHeader
must be used for that;IsUserObject
methodaba5d84bb1
to40b04c00ef
have you checked
user
metrics on dev-env?I haven't. But I think you're right - I should check it locally
I tried to check this with prometheus UI and find metric values with
frostfs_node_engine_objects_total{type="user"}
REP 1
policy, object is small. It's counted like +1REP 1
policy, object is big (toSplit
it). It's counted like +1EC 3.1 CBF 1
policy. object is small. It's counted like +1EC 3.1 CBF 1
policy. object is big (toSplit
it). It's counted like +1I believe that's correct