Repository: spark
Updated Branches:
  refs/heads/branch-1.4 59838280f -> 6834d96a6


[SPARK-9094] [PARENT] Increased io.dropwizard.metrics from 3.1.0 to 3.1.2

We are running Spark 1.4.0 in production and ran into problems because after a 
network hiccup (which happens often in our current environment) no more metrics 
were reported to graphite leaving us blindfolded about the current state of our 
spark applications. [This 
problem](https://github.com/dropwizard/metrics/commit/70559816f1fc3a0a0122b5263d5478ff07396991)
 was fixed in the current version of the metrics library. We run spark with 
this change  in production now and have seen no problems. We also had a look at 
the commit history since 3.1.0 and did not detect any potentially  incompatible 
changes but many fixes which could potentially help other users as well.

Author: Carl Anders Düvel <c.a.due...@gmail.com>

Closes #7493 from hackbert/bump-metrics-lib-version and squashes the following 
commits:

6677565 [Carl Anders Düvel] [SPARK-9094] [PARENT] Increased 
io.dropwizard.metrics from 3.1.0 to 3.1.2 in order to get this fix 
https://github.com/dropwizard/metrics/commit/70559816f1fc3a0a0122b5263d5478ff07396991

(cherry picked from commit 344d1567e5ac28b3ab8f83f18d2fa9d98acef152)
Signed-off-by: Sean Owen <so...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6834d96a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6834d96a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6834d96a

Branch: refs/heads/branch-1.4
Commit: 6834d96a6626ea70f10f9c02b2ce0e28e0607c92
Parents: 5983828
Author: Carl Anders Düvel <c.a.due...@gmail.com>
Authored: Sun Jul 19 09:14:55 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Jul 19 09:15:20 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6834d96a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 512bc87..53e9388 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
     <chill.version>0.5.0</chill.version>
     <ivy.version>2.4.0</ivy.version>
     <oro.version>2.0.8</oro.version>
-    <codahale.metrics.version>3.1.0</codahale.metrics.version>
+    <codahale.metrics.version>3.1.2</codahale.metrics.version>
     <avro.version>1.7.7</avro.version>
     <avro.mapred.classifier>hadoop2</avro.mapred.classifier>
     <jets3t.version>0.7.1</jets3t.version>


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

Reply via email to