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

Migrate upload-bin and NeoFSBlockFetcher from SEARCH for range to SEARCH with strict equality comparator #3670

Open
AnnaShaleva opened this issue Nov 11, 2024 · 0 comments · May be fixed by #3691
Assignees
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U1 Critically important to resolve quickly
Milestone

Comments

@AnnaShaleva
Copy link
Member

Is your feature request related to a problem? Please describe.

SEARCH over range of objects (using matching.MatchNumGE and matching.MatchNumLT) often returns incomplete result (#3645). Search for a single object is more reliable.

Describe the solution you'd like

Use object.MatchStringEqual to search for 10K-batches for both upload-bin and NeoFSBlockFetcher.

Describe alternatives you've considered

No alternatives.

@AnnaShaleva AnnaShaleva added enhancement Improving existing functionality U1 Critically important to resolve quickly S3 Minimally significant I4 No visible changes labels Nov 11, 2024
@AnnaShaleva AnnaShaleva added this to the v0.107.0 milestone Nov 11, 2024
AliceInHunterland added a commit that referenced this issue Nov 19, 2024
Depends on #3645. It should be
reverted once the issue is resolved.

Close #3670

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Nov 19, 2024
Depends on #3645. It should be
reverted once the issue is resolved.

Close #3670

Signed-off-by: Ekaterina Pavlova <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U1 Critically important to resolve quickly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants