Re: Can WindowedBolt's window-length be changed in runtime?

2016-06-25 Thread Alberto São Marcos
The number of tuples dropping on the window can change dramatically depending on the periodicity of a type of event clients produce, which is configurable. AFAICT, count based windows are not a better fit in this particular use case because theres no warranty whatsoever different clients will produ

Re: Can WindowedBolt's window-length be changed in runtime?

2016-06-23 Thread Satish Duggana
Hi Alberto, What is the use case for changing window duration/count at runtime? Thanks, Satish. On Thu, Jun 23, 2016 at 11:56 PM, Alberto São Marcos wrote: > Thks Satish. > > On Thu, Jun 23, 2016 at 7:22 PM, Satish Duggana > wrote: > >> No, you can not change windowing configuration at runtime

Re: Can WindowedBolt's window-length be changed in runtime?

2016-06-23 Thread Alberto São Marcos
Thks Satish. On Thu, Jun 23, 2016 at 7:22 PM, Satish Duggana wrote: > No, you can not change windowing configuration at runtime. > > Thanks, > Satish. > > On Thu, Jun 23, 2016 at 11:36 PM, Alberto São Marcos < > alberto@gmail.com> wrote: > >> Like the title states, can one change the window

Re: Can WindowedBolt's window-length be changed in runtime?

2016-06-23 Thread Satish Duggana
No, you can not change windowing configuration at runtime. Thanks, Satish. On Thu, Jun 23, 2016 at 11:36 PM, Alberto São Marcos wrote: > Like the title states, can one change the window bolt length/count in > runtime? > Already tried to do it using BaseWindowedBolt API but a NPE is thrown. The

Can WindowedBolt's window-length be changed in runtime?

2016-06-23 Thread Alberto São Marcos
Like the title states, can one change the window bolt length/count in runtime? Already tried to do it using BaseWindowedBolt API but a NPE is thrown. The property *Map windowConfiguration *is transient and not available in runtime. Is there any way to update the window length/count configuration p