Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/Slow meta search on COMMON_PREFIX #1656

Merged
merged 1 commit into from
Aug 4, 2022
Merged

Fix/Slow meta search on COMMON_PREFIX #1656

merged 1 commit into from
Aug 4, 2022

Conversation

carpawell
Copy link
Member

@carpawell carpawell commented Aug 4, 2022

Related to #1577. Seems like a fix but I would return to make sure that one more time.

@codecov
Copy link

codecov bot commented Aug 4, 2022

Codecov Report

Merging #1656 (abbc1d0) into master (a97dee0) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

❗ Current head abbc1d0 differs from pull request most recent head 9b64b3b. Consider uploading reports for the commit 9b64b3b to get more accurate results

@@            Coverage Diff             @@
##           master    #1656      +/-   ##
==========================================
- Coverage   33.17%   33.16%   -0.02%     
==========================================
  Files         332      332              
  Lines       22709    22726      +17     
==========================================
+ Hits         7534     7536       +2     
- Misses      14557    14571      +14     
- Partials      618      619       +1     
Impacted Files Coverage Δ
pkg/local_object_storage/metabase/db.go 68.55% <0.00%> (-3.64%) ⬇️
pkg/morph/event/listener.go 0.00% <0.00%> (ø)
pkg/morph/client/multi.go 0.00% <0.00%> (-9.10%) ⬇️
cmd/neofs-cli/modules/acl/extended/create.go 52.14% <0.00%> (-0.38%) ⬇️
pkg/morph/client/constructor.go 0.00% <0.00%> (ø)
cmd/neofs-node/config/morph/config.go 100.00% <0.00%> (ø)
cmd/neofs-node/config/metrics/config.go 100.00% <0.00%> (ø)
cmd/neofs-node/config/profiler/config.go 100.00% <0.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@carpawell carpawell self-assigned this Aug 4, 2022
@carpawell carpawell added the bug Something isn't working label Aug 4, 2022
@KirillovDenis
Copy link
Contributor

Checked on rclone tests - everything ok

@carpawell carpawell added this to the v0.31.0 milestone Aug 4, 2022
@carpawell carpawell marked this pull request as ready for review August 4, 2022 13:18
cthulhu-rider
cthulhu-rider previously approved these changes Aug 4, 2022
pkg/local_object_storage/metabase/db.go Outdated Show resolved Hide resolved
Return all the objects on the empty common prefix search without search
optimizations that breaks boltDB logic.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
@carpawell carpawell merged commit a5da665 into nspcc-dev:master Aug 4, 2022
@carpawell carpawell deleted the fix/deadline-exceeded branch August 4, 2022 13:32
@alexchetaev alexchetaev added the U3 Regular label Aug 23, 2022
aprasolova pushed a commit to aprasolova/neofs-node that referenced this pull request Oct 19, 2022
Return all the objects on the empty common prefix search without search
optimizations that breaks boltDB logic.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working U3 Regular
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants