[GitHub] samza pull request #241: SAMZA-1356: Improve monitoring for state restore

2017-06-30 Thread jmakes
GitHub user jmakes opened a pull request: https://github.com/apache/samza/pull/241 SAMZA-1356: Improve monitoring for state restore You can merge this pull request into a Git repository by running: $ git pull https://github.com/jmakes/samza samza-1356 Alternatively you can

Re: Re[2]: IncomingMessageEnvelope - memory leak

2017-06-30 Thread Jacob Maes
On Fri, Jun 30, 2017 at 7:25 AM, Evgeny wrote: > Sorry didn't understand this question: "Is the container able to keep up > with its inputs?" What do you mean keep up with its inputs? > Apologies for the vague phrasing. I meant to ask if the input topics have a high volume of

Re: How to Report Timer Snapshot via Snapshot Reporter

2017-06-30 Thread Jagadish Venkatraman
Hey Jeremiah, Here's how metrics reporting works: 1. Metrics like (gauges , timers, counters) are registered and created with a "registry". 2. Metrics are then incremented / set based on business logic. 3. Metrics are reported using "reporters". I see 3 alternatives: 1. You can contribute the