-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-22742 [HBCK2] Add more log for hbck operations at master side #412
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
|
💔 -1 overall
This message was automatically generated. |
saintstack
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.
A nit noted below but good stuff.
| MasterProtos.AssignsResponse.newBuilder(); | ||
| try { | ||
| boolean override = request.getOverride(); | ||
| LOG.info("HbckService: {} assigns, override={}", master.getClientIdAuditPrefix(), override); |
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.
Do you need the 'HbckService' prefix? Only it can call the assigns method, no?
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.
Remove "HbckService" to keep same with others log style.
| MasterProtos.UnassignsResponse.newBuilder(); | ||
| try { | ||
| boolean override = request.getOverride(); | ||
| LOG.info("HbckService: {} unassigns, override={}", master.getClientIdAuditPrefix(), override); |
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.
ditto
|
💔 -1 overall
This message was automatically generated. |
No description provided.