-
Notifications
You must be signed in to change notification settings - Fork 81
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
upload-bin, NeoFSBlockFetcher: migrate to SEARCH with strict equality comparator #3691
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3691 +/- ##
==========================================
- Coverage 83.04% 82.95% -0.10%
==========================================
Files 335 335
Lines 46719 46730 +11
==========================================
- Hits 38800 38767 -33
- Misses 6327 6373 +46
+ Partials 1592 1590 -2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
daf681b
to
17e83e8
Compare
17e83e8
to
4aedb0a
Compare
4aedb0a
to
fe0164e
Compare
fe0164e
to
3dea1f4
Compare
4338ad8
to
f9bed27
Compare
0f03ee9
to
c131187
Compare
093f853
to
6f3189f
Compare
@AliceInHunterland linter is failing. |
Close #3653 Signed-off-by: Ekaterina Pavlova <[email protected]>
Split searchBatchSize into constant for searching and uploading. Signed-off-by: Ekaterina Pavlova <[email protected]>
Align index file searching logic with block search. Signed-off-by: Ekaterina Pavlova <[email protected]>
6f3189f
to
e4541c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise. Have you tested it, does it work?
yep, it's a really slow search for the last missing block. But works fine. |
Close #3670 Signed-off-by: Ekaterina Pavlova <[email protected]>
e4541c5
to
43609dd
Compare
Close #3670