Hi there,
after moving my graphite service to another host my task manager does not recover monitoring and continues to complain about a broken pipe issue. It sounds a bit like this one: https://github.com/dropwizard/metrics/pull/1036 What do I need to do to update dropwizard to a 3.1.x version to incorporate this change ? Is this version maybe already part of Flink 1.2 ? Thanks Philipp |
It appears that this change is only included in the as-yet-to-be-released metrics-graphite 3.1.3.
-- Jared Stehler Chief Architect - Intellify Learning o: 617.701.6330 x703 > On Feb 1, 2017, at 7:22 AM, Philipp Bussche <[hidden email]> wrote: > > Hi there, > after moving my graphite service to another host my task manager does not > recover monitoring and continues to complain about a broken pipe issue. It > sounds a bit like this one: > https://github.com/dropwizard/metrics/pull/1036 > What do I need to do to update dropwizard to a 3.1.x version to incorporate > this change ? > Is this version maybe already part of Flink 1.2 ? > > Thanks > Philipp > > > > -- > View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Graphite-reporter-recover-from-broken-pipe-tp11391.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com. signature.asc (465 bytes) Download Attachment |
In reply to this post by Philipp Bussche
Starting with flink 1.2 it's possible to use UDP transport for graphite
- I think it can be good workaround if you can listen on UDP port on your graphite installation thanks, maciek On 01/02/2017 13:22, Philipp Bussche wrote: > Hi there, > after moving my graphite service to another host my task manager does not > recover monitoring and continues to complain about a broken pipe issue. It > sounds a bit like this one: > https://github.com/dropwizard/metrics/pull/1036 > What do I need to do to update dropwizard to a 3.1.x version to incorporate > this change ? > Is this version maybe already part of Flink 1.2 ? > > Thanks > Philipp > > > > -- > View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Graphite-reporter-recover-from-broken-pipe-tp11391.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com. > |
Hi Philipp, Flink 1.2 will also come with Dropwizard 3.1.0. If you need a newer version you can try to build a custom Flink version where you bump the Dropwizard version. It should only be necessary to re-build the module flink-metrics-graphite. Cheers, Till On Wed, Feb 1, 2017 at 3:23 PM, Maciek Próchniak <[hidden email]> wrote: Starting with flink 1.2 it's possible to use UDP transport for graphite - I think it can be good workaround if you can listen on UDP port on your graphite installation |
Free forum by Nabble | Edit this page |