[
https://issues.apache.org/jira/browse/HADOOP-18373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576660#comment-17576660
]
ASF GitHub Bot commented on HADOOP-18373:
-----------------------------------------
steveloughran commented on PR #4705:
URL: https://github.com/apache/hadoop/pull/4705#issuecomment-1207894923
> InvalidClientTokenId
never seen that; docs say "AWS access key ID provided does not exist in our
records."
it might be that the arn of the token you are asking for doesn't exist, or
that you don't have permissions to create sessions for it and it is failing
> IOStatisticsContext tuning
> --------------------------
>
> Key: HADOOP-18373
> URL: https://issues.apache.org/jira/browse/HADOOP-18373
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3, test
> Affects Versions: 3.3.9
> Reporter: Steve Loughran
> Assignee: Viraj Jasani
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Tuning of the IOStatisticsContext code
> h2. change property name to fs.iostatistics....
> there are other fs.iostatistics options, the new one needs consistent naming
> h2. enable in hadoop-aws
> edit core-site.xml in hadoop-aws/test/resources to always collect context
> iOStatistics
> This helps qualify the code
> {code}
> <property>
> <name>fs.thread.level.iostatistics.enabled</name>
> <value>true</value>
> </property>
> {code}
> h3. IOStatisticsContext to add add static probe to see if it is enabled.
> lets apps know not to bother collecting/reporting
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]