-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
Add validation in broker/namesrv configure updating command. #7584
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.
It would be better to add some UTs
namesrv/src/main/java/org/apache/rocketmq/namesrv/processor/DefaultRequestProcessor.java
Show resolved
Hide resolved
broker/src/main/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessor.java
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #7584 +/- ##
=============================================
+ Coverage 43.17% 43.22% +0.05%
- Complexity 9780 9787 +7
=============================================
Files 1162 1162
Lines 84303 84339 +36
Branches 10949 10952 +3
=============================================
+ Hits 36396 36454 +58
+ Misses 43386 43357 -29
- Partials 4521 4528 +7 ☔ View full report in Codecov by Sentry. |
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.
The controller module also needs to be modified
7464fc3
to
252d2d2
Compare
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 work
Add validation in broker/namesrv configure updating command.