You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pabloem <gi...@git.apache.org> on 2017/06/28 22:26:37 UTC

[GitHub] beam pull request #3463: More robust Counter name parsing

GitHub user pabloem opened a pull request:

    https://github.com/apache/beam/pull/3463

    More robust Counter name parsing

    Dataflow users have reported problems with the queryMetrics call. These occur when the worker reports metrics counters with system_name on their step, instead of original name, and thus the internal name to user name translation fails.
    
    The stacktrace is:
    Stacktrace:
    Exception in thread "main" java.lang.NullPointerException
      at org.apache.beam.runners.dataflow.DataflowMetrics.metricHashKey(DataflowMetrics.java:84)
      at org.apache.beam.runners.dataflow.DataflowMetrics.populateMetricQueryResults(DataflowMetrics.java:124)
      at org.apache.beam.runners.dataflow.DataflowMetrics.queryServiceForMetrics(DataflowMetrics.java:188)
      at org.apache.beam.runners.dataflow.DataflowMetrics.queryMetrics(DataflowMetrics.java:201)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pabloem/incubator-beam parse-cnt-name

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3463.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3463
    
----
commit 948445dcfdb4526a3698174d29176827c896ad19
Author: Pablo <pa...@google.com>
Date:   2017-06-28T22:20:53Z

    More robust conter name parsing

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3463: More robust Counter name parsing

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/3463


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---