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 #7686] The bornTime is not set when using the popMessage API in cluster mode. #7687

Merged
merged 3 commits into from
Dec 22, 2023

Conversation

dingshuangxi888
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #7686

Brief Description

The bornTime is not set when using the popMessage API in cluster mode, So it will cause "timeout too much" error. And will never receive any messages.

How Did You Test This Change?

Fix before:
Use gRPC client to receive message by Proxy, you can not receive any messages.

Fix after:
Use gRPC client to receive message by Proxy, you can receive all messages.

@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f0a3e93) 43.15% compared to head (bc7b507) 43.15%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #7687      +/-   ##
=============================================
- Coverage      43.15%   43.15%   -0.01%     
- Complexity      9801     9805       +4     
=============================================
  Files           1165     1165              
  Lines          84485    84485              
  Branches       10969    10969              
=============================================
- Hits           36463    36461       -2     
- Misses         43491    43501      +10     
+ Partials        4531     4523       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@drpmma drpmma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@joeCarf joeCarf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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] The bornTime is not set when using the popMessage API in cluster mode.
5 participants