Re: Lag metric

2016-03-03 Thread Yi Pan
Hi, Vadim, Glad that you figured out. Please let us know if you have further questions. -Yi On Wed, Mar 2, 2016 at 6:57 PM, Vadim Chekan wrote: > Never mind, I forgot to "listen" to new metrics in my reporter, so those > metrics which were created immediately worked fine, and those which were

Re: ThreadJobFactory in production

2016-03-03 Thread Yi Pan
Hi, Jose, Great! I am looking forward to the patch! Could you open an RB to the JIRA? Thanks a lot! -Yi On Wed, Mar 2, 2016 at 2:31 PM, José Barrueta wrote: > Hi guys, > > At Stormpath, we made a custom samza 10 version merging SAMZA-41 into it, > it's working well, so we are thinking to upda

Re: Review Request 43732: Implemented AvroDataFileHdfsWriter

2016-03-03 Thread Edi Bice
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43732/ --- (Updated March 3, 2016, 6:58 p.m.) Review request for samza. Changes ---

Re: checkpoint example?

2016-03-03 Thread Jagadish Venkatraman
Stream name is the name of the topic that you are consuming from. (and the topic want to reset). On Thu, Mar 3, 2016 at 8:49 AM, Jeff Ramin wrote: > > Thank you! > > One more question - for the config provided below: > > systems.system-name.streams.stream-name.samza.reset.offset = true > systems

Re: checkpoint example?

2016-03-03 Thread Jeff Ramin
Thank you! One more question - for the config provided below: systems.system-name.streams.stream-name.samza.reset.offset = true systems.system-name.streams.stream-name.samza.offset.default = oldest How do I determine what the "stream-name" is? I'm running the hello-samza example, which consu

Re: checkpoint example?

2016-03-03 Thread Jagadish Venkatraman
https://issues.apache.org/jira/browse/SAMZA-255 is the JIRA for rewinding a stream without restarting. On Thu, Mar 3, 2016 at 8:44 AM, Jagadish Venkatraman wrote: > You can use the checkpoint tool to publish the desired offset, and restart > your job. It will pick up the new offset. > Please loo

Re: checkpoint example?

2016-03-03 Thread Jagadish Venkatraman
You can use the checkpoint tool to publish the desired offset, and restart your job. It will pick up the new offset. Please look at https://samza.apache.org/learn/documentation/0.10/container/checkpointing.html . On Thu, Mar 3, 2016 at 6:28 AM, Jeff Ramin wrote: > > Thanks Jacob. > > Regarding 2

Re: checkpoint example?

2016-03-03 Thread Jeff Ramin
Thanks Jacob. Regarding 2) below - is there a way to reprocess messages from an arbitrary position, instead of from the beginning? On 03/01/2016 06:32 PM, Jacob Maes wrote: A couple notes that may be helpful: 1. When you have a stateful processor that dies, the changelog is the default mea