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 #897] fix consumer doesn't consume message because of blocked on Lock #898

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

wangzeping722
Copy link
Contributor

What is the purpose of the change

fix consumer doesn't consume message because of blocked on Lock in so…
#897

@wangzeping722 wangzeping722 changed the title fix consumer doesn't consume message because of blocked on Lock in so… fix consumer doesn't consume message because of blocked on Lock Aug 20, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #898 (63ba854) into master (fedf106) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #898      +/-   ##
==========================================
- Coverage   23.77%   23.77%   -0.01%     
==========================================
  Files          52       52              
  Lines        7116     7117       +1     
==========================================
  Hits         1692     1692              
- Misses       5198     5199       +1     
  Partials      226      226              
Impacted Files Coverage Δ
consumer/process_queue.go 0.00% <0.00%> (ø)

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

@ShannonDing ShannonDing linked an issue Aug 22, 2022 that may be closed by this pull request
@ShannonDing ShannonDing changed the title fix consumer doesn't consume message because of blocked on Lock [ISSUE #897] fix consumer doesn't consume message because of blocked on Lock Aug 22, 2022
@ShannonDing ShannonDing merged commit ced8ba7 into apache:master Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] all consumer blocked on pq.mutex.Lock()
3 participants