Uh oh!
There was an error while loading. Please reload this page.
Backport "HBASE-25861 Correct the usage of Configuration#addDeprecation (#3249)" to branch-2 - #3271
Conversation
ndimiduk
commented
May 14, 2021
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.
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.
Yes, there is nothing else to modify.
…#3249) Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
7614a9e to
2e1810dCompareApache-HBase
commented
May 17, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 18, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 18, 2021
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: Nick Dimiduk ndimiduk@apache.org