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

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

     [ https://issues.apache.org/jira/browse/HBASE-25558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-25558.
-----------------------------------
    Fix Version/s: 2.4.3
                   2.5.0
                   3.0.0-alpha-1
     Hadoop Flags: Reviewed
       Resolution: Fixed

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)