-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Backport "HBASE-25861 Correct the usage of Configuration#addDeprecation (#3249)" to branch-2 #3271
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
Backport "HBASE-25861 Correct the usage of Configuration#addDeprecation (#3249)" to branch-2 #3271
Conversation
|
FYI @ZhaoBQ , looks like your patch applies well enough to branch-2. Can you confirm that it can be applied without modification -- the configs you manipulate in this branch don't need some different action for the next 2.x release, and that there are not other uses of |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| new DeprecationDelta("hlog.input.tables", "wal.input.tables"), | ||
| new DeprecationDelta("hlog.input.tablesmap", "wal.input.tablesmap"), | ||
| new DeprecationDelta("hbase.master.mob.ttl.cleaner.period", | ||
| "hbase.master.mob.cleaner.period") |
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.
branch-2 doesn't have this configuration, so it needs to be deleted. The rest doesn't need to change.
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.
Like this?
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.
Yes, there is nothing else to modify.
7614a9e to
2e1810d
Compare
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: Nick Dimiduk [email protected]