GitHub user pmackles opened a pull request:

    https://github.com/apache/spark/pull/19358

    [SPARK-22135] metrics in spark-dispatcher not being registered properly

    ## What changes were proposed in this pull request?
    
    Fix a trivial bug with how metrics are registered in the mesos dispatcher. 
Bug resulted in creating a new registry each time the metricRegistry() method 
was called. 
    
    ## How was this patch tested?
    
    Verified manually on local mesos setup
    


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

    $ git pull https://github.com/pmackles/spark SPARK-22135

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

    https://github.com/apache/spark/pull/19358.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 #19358
    
----
commit a3274191d0dd886dfe3044262543ff7f56bf851e
Author: Paul Mackles <pmack...@adobe.com>
Date:   2017-09-27T00:47:21Z

    [SPARK-22135] metrics in spark-dispatcher not being registered properly

----


---

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

Reply via email to