-
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
Use temp binlog index replace binlog in querynode #27673
Conversation
@cqy123456 Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
@cqy123456 E2e jenkins job failed, comment |
@cqy123456 ut workflow job failed, comment |
87d9cb5
to
5c3d2de
Compare
@cqy123456 E2e jenkins job failed, comment |
5c3d2de
to
b03fda0
Compare
b03fda0
to
b72d749
Compare
/run-cpu-e2e |
@cqy123456 E2e jenkins job failed, comment |
1 similar comment
@cqy123456 E2e jenkins job failed, comment |
Codecov Report
@@ Coverage Diff @@
## master #27673 +/- ##
=======================================
Coverage 81.81% 81.81%
=======================================
Files 820 820
Lines 116929 116995 +66
=======================================
+ Hits 95663 95724 +61
- Misses 18097 18101 +4
- Partials 3169 3170 +1
|
b72d749
to
d005f8f
Compare
@cqy123456 E2e jenkins job failed, comment |
b8e50b3
to
94aa016
Compare
@cqy123456 E2e jenkins job failed, comment |
e2081fd
to
38509a3
Compare
@cqy123456 E2e jenkins job failed, comment |
/run-cpu-e2e |
@cqy123456 E2e jenkins job failed, comment |
bc3d616
to
ce4871e
Compare
@cqy123456 E2e jenkins job failed, comment |
ef03273
to
9fd0f04
Compare
/lgtm |
9fd0f04
to
a9bd4b0
Compare
@cqy123456 ut workflow job failed, comment |
rerun ut |
Signed-off-by: cqy123456 <[email protected]>
a9bd4b0
to
58ce181
Compare
@cqy123456 E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun ut |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cqy123456, jiaoew1991 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 |
…29012) this pr is cherry-pick from master: pr: #28528 pr: #27673 related issue: issue: #27678 Signed-off-by: cqy123456 <[email protected]>
issue: #27678
When querynode load vector binlog for a sealed segment, binlog fields will be replaced by a temperate binlog index for better search performance. And this binlog index will be released after loading vector index.
However, binlog needs to meet the following conditions: