Skip to content

MAPREDUCE-7315. LocatedFileStatusFetcher to collect/publish IOStatistics. #2579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

steveloughran
Copy link
Contributor

Part of HADOOP-16830 IOStatistics Support.

Contributed by Steve Loughran.

Tests are in hadoop-aws so excluded here

full PR already reviewed by @bgaborg in #2553; this is the feature split up by module for better isolation/backport

…ics.

Part of HADOOP-16830 IOStatistics Support.

Contributed by Steve Loughran.

Change-Id: Ia8ef893b5d7cee0000ed4d6e928bf315db69ab1d
@hadoop-yetus

This comment has been minimized.

@steveloughran steveloughran merged commit 9b2956e into apache:trunk Dec 31, 2020
steveloughran added a commit to steveloughran/hadoop that referenced this pull request Jan 13, 2021
…ics. (apache#2579)

Part of the HADOOP-16830 IOStatistics API feature.

If the source FileSystem's listing RemoteIterators
implement IOStatisticsSource, these are collected and served through
the IOStatisticsSource API. If they are not: getIOStatistics() returns
null.

Only the listing statistics are collected; FileSystem.globStatus() doesn't
provide any, so IO use there is not included in the aggregate results.

Contributed by Steve Loughran.

Change-Id: Iff1485297c2c7e181b54eaf1d2c4f80faeee7cfa
asfgit pushed a commit that referenced this pull request Jan 14, 2021
…ics. (#2579)

Part of the HADOOP-16830 IOStatistics API feature.

If the source FileSystem's listing RemoteIterators
implement IOStatisticsSource, these are collected and served through
the IOStatisticsSource API. If they are not: getIOStatistics() returns
null.

Only the listing statistics are collected; FileSystem.globStatus() doesn't
provide any, so IO use there is not included in the aggregate results.

Contributed by Steve Loughran.

Change-Id: Iff1485297c2c7e181b54eaf1d2c4f80faeee7cfa
@steveloughran steveloughran deleted the s3/HADOOP-16830-MAPREDUCE-7315-LocatedFileStatusFetcher branch January 14, 2021 19:13
jojochuang pushed a commit to jojochuang/hadoop that referenced this pull request May 23, 2023
…sh IOStatistics. (apache#2579)

Part of the HADOOP-16830 IOStatistics API feature.

If the source FileSystem's listing RemoteIterators
implement IOStatisticsSource, these are collected and served through
the IOStatisticsSource API. If they are not: getIOStatistics() returns
null.

Only the listing statistics are collected; FileSystem.globStatus() doesn't
provide any, so IO use there is not included in the aggregate results.

Contributed by Steve Loughran.

Change-Id: Iff1485297c2c7e181b54eaf1d2c4f80faeee7cfa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants