Re: Topology Upgrade in Prod

2015-03-23 Thread Andrew Xor
Yep, that's what I thought but since it was quite a while since I checked that JIRA issue I was not aware of it's progress although... I didn't see it in any of the release change logs so far thus I thought it was not yet there. Regards, A. On Tue, Mar 24, 2015 at 7:22 AM, Parth Brahmbhatt < pbr

Re: Topology Upgrade in Prod

2015-03-23 Thread Parth Brahmbhatt
No its not and it will not be part of the upcoming 0.9.4 release as well, if you want this to be prioritized please vote for it. I have asked the developer who originally worked on providing this feature to up merge his changes to master , if he does not reply in a week I plan to start working o

Re: Topology Upgrade in Prod

2015-03-23 Thread Andrew Xor
Yeah I am aware of this but as far as I know it's not included in any of the stable releases as of yet, is it? ​ Regards, A.​ ​ https://www.dropbox.com/s/ei2nqsen641daei/pgpsig.txt On Tue, Mar 24, 2015 at 7:13 AM, Harsha wrote: > There is

Re: Topology Upgrade in Prod

2015-03-23 Thread Harsha
There is a JIRA open on this feature  https://issues.apache.org/jira/browse/STORM-167 .   --  Harsha On March 23, 2015 at 9:28:37 PM, Andrew Xor (andreas.gramme...@gmail.com) wrote: ​​I think that's the only way of actually updating the code, since besides rebalancing Storm does not (yet) allo

Re: Topology Upgrade in Prod

2015-03-23 Thread Andrew Xor
​​I think that's the only way of actually updating the code, since besides rebalancing Storm does not (yet) allow for topology "refresh" without first hard-restarting it; unless of course I am missing something major. Regards, A. On Tue, Mar 24, 2015 at 6:22 AM, Sharma, Prashant wrote: > > H

Topology Upgrade in Prod

2015-03-23 Thread Sharma, Prashant
Hi, Since a Topology is supposed to run forever, How to introduce changes/upgrades to existing Topology. Is the preferred way to Kill an existing Topology and drop a new jar with changes? thanks, Prashant Sharma To learn more about SuiteWorld, visit www.netsuite.com/suiteworld. NOTICE: This em

Re: KafkaSpout forceFromStart Issue

2015-03-23 Thread Curtis Allen
Francois, I've used the same pattern you've described and didn't have any problems. Your approach is valid. There must be something else going on. On Mon, Mar 23, 2015 at 2:28 PM Harsha wrote: > It looks like your approach is right. Once you turn off forceFromStart and > set the offset time to e

Re: KafkaSpout forceFromStart Issue

2015-03-23 Thread Harsha
It looks like your approach is right. Once you turn off forceFromStart and set the offset time to earliestTime only new events from kafka topic will be read. Are you sure that your kafka topic has new data coming in? --  Harsha On March 23, 2015 at 12:48:04 PM, François Méthot (fmetho...@gmail

KafkaSpout forceFromStart Issue

2015-03-23 Thread François Méthot
Hi, We have a storm topology that uses Kafka to read a topic with 6 partitions. ( Kafka 0.8.2, Storm 0.9.3 ) Recently, we had to set the KafkaSpout to read from the beginning, so we temporary configured our KafkaConfig this way: kafkaConfig.forceFromStart=true kafkaConfig.startOffsetTime = Of

Running a Storm cluster on SmartOS

2015-03-23 Thread Nedim Sabic
Hi I have wrote a detailed blog post about running a Storm cluster on SmartOS hypervisor. All of the Storm's components are deployed inside KVMs, but the steps for running the components inside SmartOS zones should be similar. Here is a link: http://rabbitstack.github.io/running-a-storm-clust