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

[ISSUE #975]when close consumer, return directly #974

Merged
merged 1 commit into from
Dec 19, 2022

Conversation

wenxuwan
Copy link
Member

@wenxuwan wenxuwan commented Dec 16, 2022

What is the purpose of the change

when close consumer, return directly

fix #975

@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2022

Codecov Report

Merging #974 (866c69f) into master (a343f1b) will decrease coverage by 0.26%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #974      +/-   ##
==========================================
- Coverage   23.59%   23.32%   -0.27%     
==========================================
  Files          52       52              
  Lines        7167     7266      +99     
==========================================
+ Hits         1691     1695       +4     
- Misses       5246     5339      +93     
- Partials      230      232       +2     
Impacted Files Coverage Δ
internal/trace.go 28.38% <0.00%> (-0.10%) ⬇️
internal/model.go 53.26% <0.00%> (-5.08%) ⬇️
consumer/push_consumer.go 12.55% <0.00%> (-0.06%) ⬇️
internal/client.go 0.17% <0.00%> (-0.01%) ⬇️
internal/constants.go 0.00% <0.00%> (ø)
internal/utils/set.go 0.00% <0.00%> (ø)
internal/validators.go 0.00% <0.00%> (ø)
internal/utils/files.go 0.00% <0.00%> (ø)
consumer/process_queue.go 0.00% <0.00%> (ø)
consumer/pull_consumer.go 0.00% <0.00%> (ø)
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ShannonDing ShannonDing changed the title when close consumer, return directly [ISSUE #975]when close consumer, return directly Dec 19, 2022
@ShannonDing ShannonDing added the enhancement New feature or request label Dec 19, 2022
@ShannonDing ShannonDing merged commit 896a8a3 into apache:master Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

close consumer cause cpu high
3 participants