-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
fix[slave]:Make SubscriptionGroupConfig and MessageRequestMode updating atomically #8983
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Job,LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if you can add a unit test to verfiy this change.
Ok, I'll add the unit test as soon as possible. Thanks! |
I have added a unit test for it, looking forward to your review. |
@AuroraTwinkle Please check the CI result. |
Sorry, I have fixed it! And the CI has passed in my fork repo. |
@lizhanhui Hi, looking forward to your review, thanks. |
@lizhanhui @Jason918 @lizhimins Would you please merge this PR?Thanks |
Which Issue(s) This PR Fixes
The #6426 has fixed topicConfig update atomic problem, but the SubscriptionGroupConfig and MessageRequestMode has not been fixed. So I submit a PR to fix them!
Brief Description
How Did You Test This Change?