-
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
fix: Fix consume blocked due to too many consumers #38455
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bigsheeper 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 |
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]>
Signed-off-by: bigsheeper <[email protected]>
445d27a
to
b399e04
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38455 +/- ##
===========================================
+ Coverage 69.45% 82.93% +13.48%
===========================================
Files 294 1091 +797
Lines 26430 169670 +143240
===========================================
+ Hits 18357 140717 +122360
- Misses 8073 23358 +15285
- Partials 0 5595 +5595
|
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
@bigsheeper go-sdk check failed, comment |
@bigsheeper cpp-unit-test check failed, comment |
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper go-sdk check failed, comment |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
@bigsheeper go-sdk check failed, comment |
This PR limits the maximum number of consumers per pchannel to 10 for each QueryNode and DataNode.
issue: #37630