This is an automated email from the ASF dual-hosted git repository.
rohithsharmaks pushed a change to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from 6f97640 YARN-8995. Log events info in AsyncDispatcher when event queue size cumulatively
reaches a certain number every time. Contributed by zhuqi.
new 66e1599 YARN-3879 [Storage implementation] Create HDFS backing storage implementation
for ATS reads. Contributed by Abhishek Modi.
new d451ff7 YARN-3841 [atsv2 Storage implementation] Adding retry semantics to HDFS
backing storage. Contributed by Abhishek Modi.
new 0ccc5a2 YARN-9387. Update document for ATS HBase Custom tablenames (-entityTableName).
Contributed by Prabhu Joseph.
new 8de93fc YARN-9389. FlowActivity and FlowRun table prefix is wrong. Contributed by
Prabhu Joseph.
new 998aa3d YARN-9418. ATSV2 /apps//entities/YARN_CONTAINER rest api does not show metrics.
Contributed by Prabhu Joseph.
new f52a88f YARN-9303 Username splits won't help timelineservice.app_flow table. Contributed
by Prabhu Joseph.
new 6acc1a2 YARN-9382 Publish container killed, paused and resumed events to ATSv2.
Contributed by Abhishesk Modi.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../server/metrics/ContainerMetricsConstants.java | 9 +
.../timelineservice/NMTimelinePublisher.java | 110 ++++++++++-
.../timelineservice/TestNMTimelinePublisher.java | 157 ++++++++++++++-
.../metrics/TimelineServiceV2Publisher.java | 2 +
.../metrics/TestSystemMetricsPublisherForV2.java | 3 +-
.../storage/apptoflow/AppToFlowTableRW.java | 8 +-
.../storage/flow/FlowActivityTableRW.java | 2 +-
.../storage/flow/FlowRunTableRW.java | 2 +-
.../storage/FileSystemTimelineReaderImpl.java | 108 +++++-----
.../storage/FileSystemTimelineWriterImpl.java | 217 ++++++++++++++++-----
.../storage/TestFileSystemTimelineWriterImpl.java | 51 +++--
.../src/site/markdown/TimelineServiceV2.md | 19 +-
12 files changed, 546 insertions(+), 142 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org
|