Re: [Architecture] NTask component updated to use Hazelcast instead of ZooKeeper

2013-08-18 Thread Anjana Fernando
Hi Amila, For BAM as in, BAM required ZK for ntask, since ntask doesn't need ZK anymore, BAM will not need ZK anymore. And yeah, TS can be used, the idea of TS is to be used in large deployments where features like tenant partition is used. Or else, the usual clustered mode is enough. Cheers, Anj

Re: [Architecture] NTask component updated to use Hazelcast instead of ZooKeeper

2013-08-18 Thread Amila Maha Arachchi
Cloud deployment was planning to use ZooKeeper for the BAM setup. We will use TS instead. On Mon, Aug 19, 2013 at 11:01 AM, Anjana Fernando wrote: > Hi, > > I had a chat with Dimuthu and, she said, they are not using ZooKeeper in > AF it seems. > > Cheers, > Anjana. > > > On Mon, Aug 19, 2013 a

Re: [Architecture] NTask component updated to use Hazelcast instead of ZooKeeper

2013-08-18 Thread Anjana Fernando
Hi, I had a chat with Dimuthu and, she said, they are not using ZooKeeper in AF it seems. Cheers, Anjana. On Mon, Aug 19, 2013 at 10:49 AM, Anjana Fernando wrote: > Hi Sanjiva, > > Yeah, sure, will schedule a review, and will talk to the app-factory guys. > > Cheers, > Anjana. > > > On Mon, A

Re: [Architecture] NTask component updated to use Hazelcast instead of ZooKeeper

2013-08-18 Thread Anjana Fernando
Hi Sanjiva, Yeah, sure, will schedule a review, and will talk to the app-factory guys. Cheers, Anjana. On Mon, Aug 19, 2013 at 6:31 AM, Sanjiva Weerawarana wrote: > Excellent! Can we do a review too before this is final? > > Ref AF use of ZK - please help them to undo it ASAP .. we need to tot

Re: [Architecture] NTask component updated to use Hazelcast instead of ZooKeeper

2013-08-18 Thread Sanjiva Weerawarana
Excellent! Can we do a review too before this is final? Ref AF use of ZK - please help them to undo it ASAP .. we need to totally drop ZooKeeper. Sanjiva. On Sun, Aug 18, 2013 at 2:46 AM, Anjana Fernando wrote: > Hi everyone, > > I've changed the ntask component to use Hazelcast for the coord

[Architecture] NTask component updated to use Hazelcast instead of ZooKeeper

2013-08-17 Thread Anjana Fernando
Hi everyone, I've changed the ntask component to use Hazelcast for the coordination / group communication activities. This is because, the earlier ZooKeeper based coordination component use was too much troublesome, where it takes a whole different ZooKeeper cluster to be set up to properly cluste