-
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
enhance: optimize plan parser pool to avoid unnessary recycle #32869
Conversation
@xiaofan-luan ut workflow job failed, comment |
@xiaofan-luan E2e jenkins job failed, comment |
be9f2f9
to
2fd9e98
Compare
@xiaofan-luan E2e jenkins job failed, comment |
2fd9e98
to
3d3576e
Compare
@xiaofan-luan E2e jenkins job failed, comment |
3d3576e
to
1fa623e
Compare
Signed-off-by: xiaofanluan <[email protected]>
1fa623e
to
ae239c1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #32869 +/- ##
==========================================
- Coverage 82.02% 81.73% -0.30%
==========================================
Files 1006 1007 +1
Lines 127363 127623 +260
==========================================
- Hits 104466 104308 -158
- Misses 18923 19340 +417
- Partials 3974 3975 +1
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, 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 |
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.
Approved
fix #32868
plan parser takes too much cpu on high qps,this pr try to avoid create lexer and parser too freequent