[ 
https://issues.apache.org/jira/browse/SPARK-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kousuke Saruta updated SPARK-3377:
----------------------------------
    Summary: Don't mix metrics from different applications otherwise we cannot 
distinguish  (was: Don't mix metrics from different applications)

> Don't mix metrics from different applications otherwise we cannot distinguish
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-3377
>                 URL: https://issues.apache.org/jira/browse/SPARK-3377
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.1.0
>            Reporter: Kousuke Saruta
>            Priority: Critical
>
> I'm using codahale base MetricsSystem of Spark with JMX or Graphite, and I 
> saw following 2 problems.
> (1) When applications which have same spark.app.name run on cluster at the 
> same time, some metrics names jumble up together. e.g, 
> SparkPi.DAGScheduler.stage.failedStages jumble.
> (2) When 2+ executors run on the same machine, JVM metrics of each executors 
> jumble. e.g, We current implementation cannot distinguish metric "jvm.memory" 
> is for which executor.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to