-
Notifications
You must be signed in to change notification settings - Fork 3k
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 search failed when empty segment exist #27922
fix search failed when empty segment exist #27922
Conversation
/lgtm |
@weiliu1031 ut workflow job failed, comment |
b6843fb
to
c13ca0e
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
@weiliu1031 ut workflow job failed, comment |
c13ca0e
to
573194d
Compare
@weiliu1031 ut workflow job failed, comment |
573194d
to
eb5fba5
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, weiliu1031, xiaofan-luan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Wei Liu <[email protected]>
eb5fba5
to
383ad10
Compare
New changes are detected. LGTM label has been removed. |
/hold |
/unhold |
empty growing/sealed segment in query node is invalid, and we should avoid add empty growing/sealed segment to delegator's distribution. if search/query request to read a empty segment, which is also regard as released segment, it should return a see also #27930 |
/hold |
Codecov Report
@@ Coverage Diff @@
## master #27922 +/- ##
==========================================
+ Coverage 81.77% 81.80% +0.02%
==========================================
Files 821 821
Lines 116330 116323 -7
==========================================
+ Hits 95126 95153 +27
+ Misses 18048 18023 -25
+ Partials 3156 3147 -9
|
issue: #27913
the skip empty logic will return
SegmentNotLoaded
when meet empty segment, fix it/kind bug