[ 
https://issues.apache.org/jira/browse/HBASE-8754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747443#comment-13747443
 ] 

Harsh J commented on HBASE-8754:
--------------------------------

The new patch looks great to me - thanks again Stack! I focussed on the 
replacements and perhaps the additional information in the below ("running 
balancer") may still be useful to keep around:

{code}
-      LOG.info("Added move plan " + rp + ", running balancer");
+      LOG.info(getClientIdAuditPrefix() + " move " + rp);
{code}
                
> Log the client IP/port of the balancer invoker
> ----------------------------------------------
>
>                 Key: HBASE-8754
>                 URL: https://issues.apache.org/jira/browse/HBASE-8754
>             Project: HBase
>          Issue Type: Improvement
>          Components: master, Usability
>    Affects Versions: 0.90.0
>            Reporter: Harsh J
>            Assignee: stack
>             Fix For: 0.96.0
>
>         Attachments: 8754.txt, 8754v2.txt
>
>
> There's no way for any ops to answer today: "Who turned off/on the 
> balancer?". All the logs print is the state when the RPC call is invoked, 
> nothing else.
> Given this is a critical piece of admin functionality, we should log the IP 
> for it at least.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to