> Thanks for the explanation.
> One other thing, when you say there is no coordination is that means
> rebalance() will not be honored, and each window operator instance will
> compete for the next available window?
>
> Thanks
>
> Andrew
> From mobile
>
>
indow?
>
> Thanks
>
> Andrew
> From mobile
>
> From: Aljoscha Krettek
> Sent: Wednesday, August 3, 17:11
> Subject: Re: Parallel execution on AllWindows
> To: user@flink.apache.org
>
> Hi,
>
> if you manually force a parallelism different from 1 after a *windowAl
ent: Wednesday, August 3, 17:11
Subject: Re: Parallel execution on AllWindows
To: user@flink.apache.org
Hi,
if you manually force a parallelism different from 1 after a *windowAll() then
you will get parallel execution of your window. For example, if you do this:
input.countWindowAll(
Hi,
if you manually force a parallelism different from 1 after a *windowAll()
then you will get parallel execution of your window. For example, if you do
this:
input.countWindowAll(100).setParallelism(5)
then you will get five parallel instances of the window operator that each
wait for 100 eleme