metabase: Fix EC search with slow and fast filters #1408
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#1408
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:fix/ec_combined_search"
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?
Use EC chunk for search when possible.
Before fix:
After fix:
40782935e1
to8fb4a6ec5a
8fb4a6ec5a
to8f6aa8677c
8f6aa8677c
to704b06272a
WIP: metabase: Fix EC search with slow and fast filtersto metabase: Fix EC search with slow and fast filters@ -765,0 +782,4 @@
ecParentAttr = append(ecParentAttr, attr)
chunkObj := testutil.GenerateObjectWithCID(cnr)
chunkObj.SetContainerID(cnr)
GenerateObjectWithCID
should already set container ID, why do we set it again?Same below.
Fixed
704b06272a
to4903b9f7c4
New commits pushed, approval review dismissed automatically according to repository settings
Could you write something more descriptive? e.g.
Do not set container id twice
4903b9f7c4
to01e3944b31
Done
Fixed in description:
I meant fix it in the message.