Re: storm versions

2015-10-22 Thread Kashyap Mhaisekar
Yes. Ideally, compile and deploy in same version On Oct 22, 2015 16:32, "researcher cs" wrote: > ok , i'll try -0.9.5 hope it can solve my problems > > but what if the project that i want to try it , coder used storm -0.8.2 > with zookeeper-3.3.3 should i use same versions for both or not ? > > >

Add a worker, topology goes down. :(

2015-10-22 Thread Dillian Murphey
Tested this in my dev environment, but prod behaved differently. When I added a new worker node in prod, I assumed it would sit there with no running jobs until I ran rebalance. Instead, as soon as the server came up, jobs were sent to it, and then my entire topology stopped working. Any clues a

Re: Worker out of memory brings down entire Topology

2015-10-22 Thread Dillian Murphey
Have 3 workers. One is on the nimbus server which I'd like to get off there, but don't think that matters at all. On Thu, Oct 22, 2015 at 3:54 PM, Javier Gonzalez wrote: > How many workers do you have configured? Is it possible that your whole > topology is running within that worker? > On Oct

Re: Worker out of memory brings down entire Topology

2015-10-22 Thread Javier Gonzalez
How many workers do you have configured? Is it possible that your whole topology is running within that worker? On Oct 22, 2015 6:15 PM, "Dillian Murphey" wrote: > We have one worker than keeps giving us some problems. First it was out > of memory issues. We're thinking of spinning up a replace

Worker out of memory brings down entire Topology

2015-10-22 Thread Dillian Murphey
We have one worker than keeps giving us some problems. First it was out of memory issues. We're thinking of spinning up a replacement system. But I thought storm was suppose to be fault tolerant. If this one worker goes haywire why is my entire topology going down?

KeyedFairBolt and its uses

2015-10-22 Thread Hasan Riaz
Hi, I have been going through the DRPC topology documentation and there are references to the KeyedFairBolt instances. Is there a place where specific documentation and examples about this bolt are located? Thanks, Hasan

Re: storm versions

2015-10-22 Thread researcher cs
ok , i'll try -0.9.5 hope it can solve my problems but what if the project that i want to try it , coder used storm -0.8.2 with zookeeper-3.3.3 should i use same versions for both or not ? On Thu, Oct 22, 2015 at 6:25 PM, Kashyap Mhaisekar wrote: > Researcher, > I use 0.9.5 and it is pretty st

Re: storm versions

2015-10-22 Thread Kashyap Mhaisekar
Researcher, I use 0.9.5 and it is pretty stable at this point of time. Please build the cluster from scratch and test the basic topology first and then you can move onto yours. You had an issue with ZMQ last time. 0.9.5 uses Netty and hence if you are asking for ZMQ related issues, you will not fin

Re: storm versions

2015-10-22 Thread Jean-Sebastien Vachon
I suggest you restart from scratch using a recent version of Storm. Follow the guide: https://storm.apache.org/documentation/Setting-up-a-Storm-cluster.html [https://storm.apache.org/images/logo.png] Setting up a Storm Cl