-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
bindinfo: add timeout for loading binding from storage #51550
bindinfo: add timeout for loading binding from storage #51550
Conversation
/retest |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #51550 +/- ##
================================================
+ Coverage 70.7427% 72.8608% +2.1180%
================================================
Files 1473 1473
Lines 436986 437972 +986
================================================
+ Hits 309136 319110 +9974
+ Misses 108511 98900 -9611
- Partials 19339 19962 +623
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/retest |
e04e9b8
to
c5aa2db
Compare
2f65e65
to
685f1f9
Compare
/retest |
ebb3d9e
to
b5f60c3
Compare
/retest |
b25ac50
to
c57f8d3
Compare
e7b7b99
to
b898638
Compare
Co-authored-by: Yuanjia Zhang <qw4990@163.com>
5ad337e
to
dbf2229
Compare
return binding, matched, metrics.ScopeGlobal | ||
} | ||
|
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.
means return binding, matched, nil at last?
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.
Yes, actually there have been no changes here.
│ └─TableReader 6656.67 root data:Selection | ||
│ └─Selection 6656.67 cop[tikv] ne(executor__merge_join.t1.c1, 1), not(isnull(executor__merge_join.t1.c1)) | ||
│ └─TableFullScan 10000.00 cop[tikv] table:t1 keep order:false, stats:pseudo | ||
│ └─TableReader 6656.67 root data:Selection |
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.
why this is changed?
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.
it has be reverted.
TableReader 0.00 root partition:dual data:Selection | ||
└─Selection 0.00 cop[tikv] eq(executor__partition__partition_boundaries.t.a, 3000000) | ||
└─TableFullScan 14.00 cop[tikv] table:t keep order:false | ||
TableDual 0.00 root rows:0 |
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.
same as above
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.
Done
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AilinKid, easonn7, qw4990 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 |
/reteat |
/retest |
/retest |
What problem does this PR solve?
Issue Number: ref #51347
Problem Summary:
What changed and how does it work?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.