[jira] [Resolved] (HDFS-16266) Add remote port information to HDFS audit log

2021-11-03 Thread Takanobu Asanuma (Jira)
DFS audit log > - > > Key: HDFS-16266 > URL: https://issues.apache.org/jira/browse/HDFS-16266 > Project: Hadoop HDFS > Issue Type: Improvement >Reporter: tomscut >

Re: [DISCUSS] Add remote port information to HDFS audit log

2021-10-13 Thread tom lee
Thanks @Takanobu for your reply. I will make it configurable and default as disable. Takanobu Asanuma 于2021年10月13日周三 下午3:34写道: > I think many users parse audit logs in their own way, and they will be > affected if the format is changed. So I agree with Masatake's suggestion. > - Takanobu > > 202

Re: [DISCUSS] Add remote port information to HDFS audit log

2021-10-13 Thread Takanobu Asanuma
I think many users parse audit logs in their own way, and they will be affected if the format is changed. So I agree with Masatake's suggestion. - Takanobu 2021年10月11日(月) 18:19 tom lee : > Thanks @Masatake Iwasaki for your > suggestion. This is a good idea. > > Masatake Iwasaki 于2021年10月11日周一 下

Re: [DISCUSS] Add remote port information to HDFS audit log

2021-10-11 Thread tom lee
Thanks @Masatake Iwasaki for your suggestion. This is a good idea. Masatake Iwasaki 于2021年10月11日周一 下午3:26写道: > > I am not sure whether we can directly go and change this. Any changes to > Audit Log format are considered incompatible. > > > > > https://hadoop.apache.org/docs/stable/hadoop-projec

Re: [DISCUSS] Add remote port information to HDFS audit log

2021-10-11 Thread Masatake Iwasaki
I am not sure whether we can directly go and change this. Any changes to Audit Log format are considered incompatible. https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/Compatibility.html#Audit_Log_Output Adding a field for caller context seemed to be accepted since it is

Re: [DISCUSS] Add remote port information to HDFS audit log

2021-10-11 Thread tom lee
However, adding port is to modify the internal content of the IP field, which has little impact on the overall layout. In our cluster, we parse the audit log through Vector and send the data to Kafka, which is unaffected. tom lee 于2021年10月11日周一 下午2:44写道: > Thank Ayush for reminding me. I also h

Re: [DISCUSS] Add remote port information to HDFS audit log

2021-10-10 Thread tom lee
Thank Ayush for reminding me. I also have similar concerns, so I published this discussion, hoping to let the members of the community know about this matter and then give suggestions. Ayush Saxena 于2021年10月11日周一 下午2:38写道: > Hey > I am not sure whether we can directly go and change this. Any cha

Re: [DISCUSS] Add remote port information to HDFS audit log

2021-10-10 Thread Ayush Saxena
Hey I am not sure whether we can directly go and change this. Any changes to Audit Log format are considered incompatible. https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/Compatibility.html#Audit_Log_Output -Ayush > On 10-Oct-2021, at 7:57 PM, tom lee wrote: > > Hi al

[DISCUSS] Add remote port information to HDFS audit log

2021-10-10 Thread tom lee
Hi all, In our production environment, we occasionally encounter a problem where a user submits an abnormal computation task, causing a sudden flood of requests, which causes the queueTime and processingTime of the Namenode to rise very high, causing a large backlog of tasks. We usually locate an

[jira] [Created] (HDFS-16266) Add remote port information to HDFS audit log

2021-10-10 Thread tomscut (Jira)
tomscut created HDFS-16266: -- Summary: Add remote port information to HDFS audit log Key: HDFS-16266 URL: https://issues.apache.org/jira/browse/HDFS-16266 Project: Hadoop HDFS Issue Type

Re: HDFS audit log

2015-05-05 Thread Colin McCabe
; > I think we need to have a discussion about the HDFS audit log. > > The purpose of the HDFS audit log* is for operations and security > people to keep track of actual, bits-on-disk changes to HDFS and related > metadata changes. It is not meant as a catch-all for any an

Re: HDFS audit log

2015-04-27 Thread Andrew Wang
to have a discussion about the HDFS audit log. > > The purpose of the HDFS audit log* is for operations and security > people to keep track of actual, bits-on-disk changes to HDFS and related > metadata changes. It is not meant as a catch-all for any and all HDFS > operations. I

HDFS audit log

2015-04-25 Thread Allen Wittenauer
I think we need to have a discussion about the HDFS audit log. The purpose of the HDFS audit log* is for operations and security people to keep track of actual, bits-on-disk changes to HDFS and related metadata changes. It is not meant as a catch-all for any and all

[jira] [Created] (HDFS-7085) Additional information in HDFS audit log

2014-09-17 Thread Alex Shafer (JIRA)
Alex Shafer created HDFS-7085: - Summary: Additional information in HDFS audit log Key: HDFS-7085 URL: https://issues.apache.org/jira/browse/HDFS-7085 Project: Hadoop HDFS Issue Type: Improvement