You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/08 11:14:00 UTC

[jira] [Work logged] (BEAM-9065) Spark runner accumulates metrics (incorrectly) between runs

     [ https://issues.apache.org/jira/browse/BEAM-9065?focusedWorklogId=368135&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-368135 ]

ASF GitHub Bot logged work on BEAM-9065:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Jan/20 11:13
            Start Date: 08/Jan/20 11:13
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on issue #10530: [BEAM-9065] Reset MetricsContainerStepMapAccumulator upon initialization of MetricsAccumulator singleton
URL: https://github.com/apache/beam/pull/10530#issuecomment-572003594
 
 
   Run Spark ValidatesRunner
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 368135)
    Time Spent: 20m  (was: 10m)

> Spark runner accumulates metrics (incorrectly) between runs
> -----------------------------------------------------------
>
>                 Key: BEAM-9065
>                 URL: https://issues.apache.org/jira/browse/BEAM-9065
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-spark
>            Reporter: Etienne Chauchot
>            Assignee: Etienne Chauchot
>            Priority: Major
>             Fix For: 2.18.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When pipeline.run() is called, MetricsAccumulator (wrapper of MetricsContainerStepMap spark accumulator) is initialized. Spark needs this class to be a singleton for failover. The problem is that when several pipelines are run inside the same JVM, the initialization of MetricsAccumulator singleton does not reset the underlying spark accumulator  causing metrics to be accumulated between runs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)