Re: Assignment of threads to tcp ports

2016-09-01 Thread Richards Peter
Is it the pluggable scheduler that is being discussed here? http://storm.apache.org/releases/1.0.1/Storm-Scheduler.html Richards Peter. On Wed, Aug 31, 2016 at 11:44 PM, Kyle Nusbaum wrote: > There's no API to do that currently. It's entirely up to the scheduler and > will like

Re: Supervisor shutting down frequently

2015-11-13 Thread Richards Peter
current work directory of supervisor is set to /home/storm. This change in the script helped me to fix the issue. Thanks, Richards Peter.

Re: Supervisor shutting down frequently

2015-11-09 Thread Richards Peter
, Richards Peter.

Re: Clarification regarding packaging of storm-core jar

2015-07-29 Thread Richards Peter
Thank you Taylor and Grant for your replies. I will try the approaches suggested by both of you. Richards Peter.

Clarification regarding packaging of storm-core jar

2015-07-29 Thread Richards Peter
encounter a situation when we have to upgrade an individual transitive dependency how should I go forward? Could you please share your thoughts about the same? Thanks, Richards Peter.

Re: [ANNOUNCE] Apache Storm 0.10.0-beta Released

2015-06-16 Thread Richards Peter
Thanks all, Richards Peter.

Re: [ANNOUNCE] Apache Storm 0.10.0-beta Released

2015-06-16 Thread Richards Peter
5? Thanks, Richards Peter.

Re: How Spout emits multiple Tuples!

2015-05-22 Thread Richards Peter
have access to the directory location. Thanks, Richards Peter.

Re: Cleanup method not called for the BaseBasicBolt when the topology is killed

2015-05-14 Thread Richards Peter
Thank you all for sharing your thoughts/comments. Richards Peter.

Re: Are Hooks the right place to process acknowledgement and failures at each bolt level?

2015-05-14 Thread Richards Peter
Hi Any thoughts/comments about this topic? Thanks, Richards Peter.

Re: Cleanup method not called for the BaseBasicBolt when the topology is killed

2015-05-13 Thread Richards Peter
will be really useful to have such a notification mechanism. Richards Peter.

Re: Cleanup method not called for the BaseBasicBolt when the topology is killed

2015-05-13 Thread Richards Peter
database connections) from spout and bolt, it would another good reason for storm upgrade. Thanks, Richards Peter.

Are Hooks the right place to process acknowledgement and failures at each bolt level?

2015-05-13 Thread Richards Peter
spout focus only on clearing the input stream. - Are Hooks the right place to process acknowledgement and failures at each bolt level? - Will there be any performance impact if we use Hooks for processing acknowledgement and failure of tuples? Thanks, Richards Peter.

Re: Updating a live topology

2015-03-17 Thread Richards Peter
your queuing system will push the unacknowledged messages to the new topology also if it is launched before the tuple timeout interval(i.e. before the first topology is killed). Hope this helps. Richards Peter.

Re: Cleanup Cassandra session

2015-03-09 Thread Richards Peter
/GntJmOZZn4M Thanks, Richards Peter.

Safely clearing storm_data directory

2014-11-27 Thread Richards Peter
Hi all, Can somebody share their thoughts about clearing storm_data directory periodically? Is there a safe way to clear old files residing in this directory while the topologies are running? Thanks, Richards Peter.

Re: RE: how can I set the worker jvm dynamically?

2014-10-15 Thread Richards Peter
property will be applicable for all workers spawned for a topology. Regards, Richards Peter.

Re: Is storm a good choice for our architecture?

2014-10-08 Thread Richards Peter
You can use custom scheduler to execute specific tasks on a particular machine. Please check the following mail thread: https://groups.google.com/forum/m/#!topic/storm-user/n_-HZWSdcmM Regards, Richards Peter.

Re: programmatically call rebalance

2014-10-07 Thread Richards Peter
If you have any such concerns, you can limit the use of nimbus client api for your specific cases. I prefer to use this api because it is straight forward and suits my use cases. Regards, Richards Peter

Re: programmatically call rebalance

2014-10-06 Thread Richards Peter
cbc4c3d35-93b6-45fa-960d-47325ccaf...@gmail.com%3e> He has asked to configure one more property in the map. Regards, Richards Peter.

Re: programmatically call rebalance

2014-10-06 Thread Richards Peter
://github.com/apache/storm/blob/master/storm-core/src/jvm/backtype/storm/generated/RebalanceOptions.java Regards, Richards Peter.