-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix sn oom issue during small file loading in wp #41946
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 sn oom issue during small file loading in wp #41946
Conversation
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
Invalid PR Title Format Detected Your PR submission does not adhere to our required standards. To ensure clarity and consistency, please meet the following criteria:
Required Title Structure:
Where Example:
Please review and update your PR to comply with these guidelines. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #41946 +/- ##
===========================================
+ Coverage 73.02% 80.49% +7.46%
===========================================
Files 335 1537 +1202
Lines 30700 216705 +186005
===========================================
+ Hits 22419 174427 +152008
- Misses 8281 36001 +27720
- Partials 0 6277 +6277
🚀 New features to boost your workflow:
|
09504c8
to
b7dd4a6
Compare
b7dd4a6
to
e6bdf99
Compare
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
1 similar comment
/run-cpu-e2e |
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
1 similar comment
/run-cpu-e2e |
e6bdf99
to
75378da
Compare
@tinswzy cpp-unit-test check failed, comment |
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun cpp-unit-test |
rerun ut |
@tinswzy E2e jenkins job failed, comment |
75378da
to
e4635e8
Compare
@tinswzy cpp-unit-test check failed, comment |
Signed-off-by: tinswzy <[email protected]>
e4635e8
to
f357226
Compare
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
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: czs007, tinswzy 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 |
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
@tinswzy E2e jenkins job failed, comment |
/run-cpu-e2e |
#41846 #41894
Resolve SN OOM issue during small file loading in Woodpecker;
Correct WP fence/close execution order;