Skip to content
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: Fix consume blocked due to too many consumers #38455

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bigsheeper
Copy link
Contributor

This PR limits the maximum number of consumers per pchannel to 10 for each QueryNode and DataNode.

issue: #37630

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: bigsheeper
To complete the pull request process, please assign xiaofan-luan after the PR has been reviewed.
You can assign the PR to them by writing /assign @xiaofan-luan in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot added the size/L Denotes a PR that changes 100-499 lines. label Dec 13, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Dec 13, 2024
czs007 pushed a commit that referenced this pull request Dec 13, 2024
This PR limits the maximum number of consumers per pchannel to 10 for
each QueryNode and DataNode.

issue: #37630

pr: #38455

---------

Signed-off-by: SimFG <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
Co-authored-by: SimFG <[email protected]>
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.97%. Comparing base (01fa2f8) to head (b60dd7f).
Report is 2 commits behind head on master.

Current head b60dd7f differs from pull request most recent head 18ed157

Please upload reports for the commit 18ed157 to get more accurate results.

❗ There is a different number of reports uploaded between BASE (01fa2f8) and HEAD (b60dd7f). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (01fa2f8) HEAD (b60dd7f)
2 1
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master   #38455       +/-   ##
===========================================
- Coverage   80.92%   68.97%   -11.95%     
===========================================
  Files        1377      292     -1085     
  Lines      193866    26135   -167731     
===========================================
- Hits       156887    18027   -138860     
+ Misses      31442     8108    -23334     
+ Partials     5537        0     -5537     
Components Coverage Δ
Client ∅ <ø> (∅)
Core 68.97% <ø> (ø)
Go ∅ <ø> (∅)

see 1085 files with indirect coverage changes

Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
Copy link
Contributor

mergify bot commented Dec 17, 2024

@bigsheeper go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Dec 17, 2024

@bigsheeper go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Dec 17, 2024

@bigsheeper cpp-unit-test check failed, comment rerun cpp-unit-test can trigger the job again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dco-passed DCO check passed. kind/bug Issues or changes related a bug size/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants