Skip to content
Snippets Groups Projects
Commit 344d1567 authored by Carl Anders Düvel's avatar Carl Anders Düvel Committed by Sean Owen
Browse files

[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.duevel@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
parent 9b644c41
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<chill.version>0.5.0</chill.version> <chill.version>0.5.0</chill.version>
<ivy.version>2.4.0</ivy.version> <ivy.version>2.4.0</ivy.version>
<oro.version>2.0.8</oro.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.version>1.7.7</avro.version>
<avro.mapred.classifier>hadoop2</avro.mapred.classifier> <avro.mapred.classifier>hadoop2</avro.mapred.classifier>
<jets3t.version>0.7.1</jets3t.version> <jets3t.version>0.7.1</jets3t.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment