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

[INLONG-1560] C++ SDK can not return error code of PartInUse and PartWaiting correctly #1561

Merged
merged 1 commit into from
Sep 15, 2021
Merged

Conversation

gosonzhang
Copy link
Contributor

Fixes #1560

@gosonzhang gosonzhang self-assigned this Sep 15, 2021
@gosonzhang gosonzhang added this to the 0.11.0 milestone Sep 15, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #1561 (2e25ad1) into master (ceaee3e) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1561      +/-   ##
============================================
- Coverage     12.19%   12.19%   -0.01%     
+ Complexity     1050     1048       -2     
============================================
  Files           392      392              
  Lines         32755    32755              
  Branches       5159     5159              
============================================
- Hits           3995     3994       -1     
  Misses        27995    27995              
- Partials        765      766       +1     
Impacted Files Coverage Δ
.../inlong/tubemq/corebase/policies/FlowCtrlItem.java 38.88% <0.00%> (-1.12%) ⬇️
.../tubemq/corebase/policies/FlowCtrlRuleHandler.java 34.07% <0.00%> (-0.45%) ⬇️
...bemq/server/common/heartbeat/HeartbeatManager.java 38.38% <0.00%> (+2.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ceaee3e...2e25ad1. Read the comment docs.

@gosonzhang gosonzhang merged commit 51523c7 into apache:master Sep 15, 2021
@gosonzhang gosonzhang deleted the INLONG-1560 branch September 15, 2021 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++ SDK can not return error code of PartInUse and PartWaiting correctly
3 participants