You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2021/03/31 23:19:00 UTC

[jira] [Comment Edited] (HBASE-25558) Adding audit log for execMasterService

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

Michael Stack edited comment on HBASE-25558 at 3/31/21, 11:18 PM:
------------------------------------------------------------------

Thank you for the improvement [~xiaoheipangzi] Merged to branch-2.4+


was (Author: stack):
Thank you for the improvement [~xiaoheipangzi]

> Adding audit log for execMasterService
> --------------------------------------
>
>                 Key: HBASE-25558
>                 URL: https://issues.apache.org/jira/browse/HBASE-25558
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: lujie
>            Assignee: lujie
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.5.0, 2.4.3
>
>
> Hi:
> I have found that in APIs, like execProcedure and execProcedureWithRet, have audit log to record who execute the master service. The log can be like:
> {code:java}
> LOG.info(master.getClientIdAuditPrefix() + " procedure request for: " + desc.getSignature());
> {code}
> But it seems that we forget to audit execMasterService. We should add one.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)