-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24808 skip empty log cleaner delegate class names (WAS => cleaner.CleanerChore: Can NOT create CleanerDelegate= Cla… #2181
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
…ssNotFoundException
| */ | ||
| private void initCleanerChain(String confKey) { | ||
| this.cleanersChain = new LinkedList<>(); | ||
| String[] logCleaners = conf.getStrings(confKey); |
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.
nit: We can even rename this and related var names also.. This is not just logCleaner.. Hfile cleaner also.. may be call just cleaner or fileCleaner.
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.
Can do in follow-on. Just reusing what was there ....
|
🎊 +1 overall
This message was automatically generated. |
virajjasani
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.
+1
|
Please change the jira subject and commit message to something like "skip empty log cleaner delegate class names" to describe what is changing |
…er.CleanerChore: Can NOT create CleanerDelegate= ClassNotFoundException) (#2181) Signed-off-by: Anoop Sam John <[email protected]> Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Sean Busbey <[email protected]>
…er.CleanerChore: Can NOT create CleanerDelegate= ClassNotFoundException) (#2181) Signed-off-by: Anoop Sam John <[email protected]> Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Sean Busbey <[email protected]>
…er.CleanerChore: Can NOT create CleanerDelegate= ClassNotFoundException) (apache#2181) Signed-off-by: Anoop Sam John <[email protected]> Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Sean Busbey <[email protected]>
…ssNotFoundException