[
https://issues.apache.org/jira/browse/BEAM-3803?focusedWorklogId=78958&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-78958
]
ASF GitHub Bot logged work on BEAM-3803:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Mar/18 18:01
Start Date: 09/Mar/18 18:01
Worklog Time Spent: 10m
Work Description: apilloud opened a new pull request #4841: BEAM-3803:
Dataflow runner must supply attempted metrics
URL: https://github.com/apache/beam/pull/4841
Attempted metrics are not optional, they should always be returned.
Committed metrics are a close enough approximation for attempted. See:
https://github.com/apache/beam/blob/3c731707b2d986e7a460907c8f64bbebf1dff714/sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/MetricResult.java#L42
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [X] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the
change (usually before you start working on it). Trivial changes like typos do
not require a JIRA issue. Your pull request should address just this issue,
without pulling in other changes.
- [X] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue.
- [X] Write a pull request description that is detailed enough to
understand:
- [X] What the pull request does
- [X] Why it does it
- [X] How it does it
- [X] Why this approach
- [X] Each commit in the pull request should have a meaningful subject line
and body.
- [X] Run `mvn clean verify` to make sure basic checks pass. A more
thorough check will be performed on your pull request automatically.
- [X] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 78958)
Time Spent: 3h 10m (was: 3h)
> Dataflow runner should handle metrics per the spec
> --------------------------------------------------
>
> Key: BEAM-3803
> URL: https://issues.apache.org/jira/browse/BEAM-3803
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow
> Reporter: Andrew Pilloud
> Assignee: Andrew Pilloud
> Priority: Major
> Labels: nexmark
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> The dataflow runner only supports committed metrics for batch jobs and
> attempted metrics for streaming jobs. It should always support attempted
> metrics and throw an UnsupportedOperationException when the metrics are
> missing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)