Re: Controlling Component to JVM/Host allocation ?

2014-07-09 Thread Preetam Rao
Thanks for the suggestions. However restricting to one worker per host might be too restrictive in a shared multi tenant setup. Custom scheduler too may not be feasible given the nature of the setup. On Thu, Jul 10, 2014 at 6:17 AM, Srinath C wrote: > On Wed, Jul 9, 2014 at 11:34 AM, Preetam Ra

Re: Controlling Component to JVM/Host allocation ?

2014-07-09 Thread Srinath C
On Wed, Jul 9, 2014 at 11:34 AM, Preetam Rao wrote: > Hi > > Appreciate any pointers on the following which are causing us problems in > production. > > 1. Is there a way we can restrict multiple instances of a given spout be > allocated on "different hosts" ? Our spouts start a embedded Jetty se

Controlling Component to JVM/Host allocation ?

2014-07-08 Thread Preetam Rao
Hi Appreciate any pointers on the following which are causing us problems in production. 1. Is there a way we can restrict multiple instances of a given spout be allocated on "different hosts" ? Our spouts start a embedded Jetty server that listen on a well known port (Here https). Thus paralleli