[
https://issues.apache.org/jira/browse/HBASE-25558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lujie updated HBASE-25558:
--------------------------
Description:
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.
was:Aa
> 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
>
> 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)