Support multi-level object nesting#3674
Merged
roman-khimov merged 4 commits intomasterfrom Nov 14, 2025
Merged
Conversation
Pointer was only used for nil comparison. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #3674 +/- ##
==========================================
- Coverage 27.39% 27.37% -0.03%
==========================================
Files 658 658
Lines 41728 41694 -34
==========================================
- Hits 11431 11413 -18
+ Misses 29229 29221 -8
+ Partials 1068 1060 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ee8a73c to
0f07a81
Compare
0f07a81 to
4b01f13
Compare
Previously, metabase did not index metadata for objects which are parents of some parents. This was causing the search of root objects with multi-level nesting to break. In particular, the restriction affected split or S3 multipart in containers with EC. Refs #3500. Refs nspcc-dev/neofs-s3-gw#1236. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
There are not so many of them. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
4b01f13 to
975d1c3
Compare
roman-khimov
approved these changes
Nov 14, 2025
carpawell
approved these changes
Nov 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
defect was found in nspcc-dev/neofs-s3-gw#1235