You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Michal Singer <mi...@leadspace.com> on 2014/01/05 08:57:54 UTC

reassiging tasks automatically does not work

Hi, according to the storm documentation:

“All you need to do in order to scale is add more machines to the cluster.
Storm will reassign tasks to new machines as they become available.”

But from what I understand I need to call “Rebalance” in order for tasks to
be reassigned.

So where is the automatically factor? Am I missing something?



Thanks, Michal

Re: reassiging tasks automatically does not work

Posted by James Xu <xu...@gmail.com>.
Yeah, you need to call “rebalance”, otherwise storm will not reassign tasks — unless the tasks are assigned to fewer workers than requested before you add machines.

On 2014年1月5日, at 下午3:57, Michal Singer <mi...@leadspace.com> wrote:

> Hi, according to the storm documentation:
> “All you need to do in order to scale is add more machines to the cluster. Storm will reassign tasks to new machines as they become available.”
> But from what I understand I need to call “Rebalance” in order for tasks to be reassigned.
> So where is the automatically factor? Am I missing something?
>  
> Thanks, Michal