You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 20:07:19 UTC

[GitHub] [beam] lukecwik opened a new issue, #18679: [Bug]: DataflowMetrics refers to DataflowPipelineJob.jobId directly which causes NPE when attempting to access DataflowTemplateJob.jobId

lukecwik opened a new issue, #18679:
URL: https://github.com/apache/beam/issues/18679

   ### What happened?
   
   Attempt to query for metrics on a template job provides NPE:
   
   ```
   MetricQueryResults metrics = result.metrics().queryMetrics(MetricsFilter....);
   ```
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: runner-dataflow


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lukecwik closed issue #18679: [Bug]: DataflowMetrics refers to DataflowPipelineJob.jobId directly which causes NPE when attempting to access DataflowTemplateJob.jobId

Posted by GitBox <gi...@apache.org>.
lukecwik closed issue #18679: [Bug]: DataflowMetrics refers to DataflowPipelineJob.jobId directly which causes NPE when attempting to access DataflowTemplateJob.jobId
URL: https://github.com/apache/beam/issues/18679


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org