-
Notifications
You must be signed in to change notification settings - Fork 14.9k
MINOR: Remove the MetaLogShim namings #20357
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
Conversation
chia7712
left a comment
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.
@mapan1984 Thanks for this patch. That's something we missed in #10705. Could you please remove the MetaLogShim naming from the codebase in this PR?
Change-Id: I53022a20eecf194426f22615b0564bce6be004b9
Change-Id: Ie8e0da9fe54eb47cdf0a3d7e0c4b88d8a2da6067
2fb1fab to
e44602c
Compare
|
@chia7712 I think all the remaining |
| @@ -15,7 +15,7 @@ | |||
| * limitations under the License. | |||
| */ | |||
|
|
|||
| package org.apache.kafka.metalog; | |||
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.
could you please remove org.apache.kafka.metalog from import-control-metadata.xml?
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.
Sure, have been removed.
Change-Id: Ib2cb665a8a3af3c5d7a2958dc63e74212492273b
|
@mapan1984 thanks for this contribution! |
Correct parameter name from
logManagertoraftClient(leftover fromPR #10705)
Reviewers: Chia-Ping Tsai chia7712@gmail.com