-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19597. Log warning message on every set/get of a deprecated configuration property #7766
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
…nfiguration property
💔 -1 overall
This message was automatically generated. |
@zabetak Thanks for the contribution! In my opinion, this PR makes sense, but we need to fix the SpotBugs issues. |
Thanks for the review @slfan1989 ! I fixed the SpotBug warning in 7412e89. |
🎊 +1 overall
This message was automatically generated. |
@zabetak Thank you for your contribution! If there are no further comments, I will merge this PR in 2 days. |
@zabetak Thanks for the contribution! Merged into trunk. |
Description of PR
Log warning message on every access to a deprecated property to avoid the risk of losing important deprecation messages that appear early on during APP startup and increase user awareness. See HADOOP-19597 for full motivation and relevant history around this feature.
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?