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 #7656] ConfirmOffset directly takes the max offset when allAckInSyncStateSet is false #7657

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

RongtongJin
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #7656

Brief Description

ConfirmOffset directly takes the max offset when allAckInSyncStateSet is false

How Did You Test This Change?

@codecov-commenter
Copy link

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (a376fbc) 43.19% compared to head (12aa1ca) 43.24%.
Report is 1 commits behind head on develop.

Files Patch % Lines
...main/java/org/apache/rocketmq/store/CommitLog.java 25.00% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #7657      +/-   ##
=============================================
+ Coverage      43.19%   43.24%   +0.05%     
- Complexity      9812     9821       +9     
=============================================
  Files           1165     1165              
  Lines          84461    84462       +1     
  Branches       10964    10965       +1     
=============================================
+ Hits           36482    36525      +43     
+ Misses         43454    43415      -39     
+ Partials        4525     4522       -3     

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

Copy link
Contributor

@GenerousMan GenerousMan 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

@ShannonDing ShannonDing merged commit 80c0330 into apache:develop Dec 18, 2023
9 of 10 checks passed
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.

[Enhancement] ConfirmOffset directly takes the max offset when allAckInSyncStateSet is false
5 participants