-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][broker] Make cluster metadata init command support metadata config path #23269
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.
LGTM, left comments about keeping binary compatibility
pulsar-broker/src/main/java/org/apache/pulsar/PulsarClusterMetadataSetup.java
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/PulsarClusterMetadataSetup.java
Show resolved
Hide resolved
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.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23269 /- ##
============================================
Coverage 73.57% 74.51% 0.93%
- Complexity 32624 33683 1059
============================================
Files 1877 1926 49
Lines 139502 145057 5555
Branches 15299 15864 565
============================================
Hits 102638 108088 5450
Misses 28908 28700 -208
- Partials 7956 8269 313
Flags with carried forward coverage won't be shown. Click here to find out more.
|
It seems that this is related to PIP-366 #23033 and should go only in master branch? |
… config path (apache#23269) (cherry picked from commit 46f99b9) (cherry picked from commit fa2e7d8)
… config path (apache#23269) (cherry picked from commit 46f99b9) (cherry picked from commit fa2e7d8)
… config path (apache#23269) (cherry picked from commit 46f99b9) (cherry picked from commit fa2e7d8)
Motivation
The pulsar configuration supported
metadataStoreConfigPath
andconfigurationStoreConfigPath
, but the cluster metadata init command does not have a place to set the config path.Modifications
Make cluster metadata init command support metadata config path
Documentation
doc
doc-required
doc-not-needed
doc-complete