Re: Trident transactional topology stuck re-emitting batches with Netty, but running fine with ZMQ (was Re: Topology is stuck)

2014-06-16 Thread Bobby Evans
I have not seen this before, if you could file a JIRA on this that would be great. - Bobby From: Danijel Schiavuzzi mailto:dani...@schiavuzzi.com>> Reply-To: "user@storm.incubator.apache.org" mailto:user@storm.incubator.apache.org>> Date: Wednesday, June

Re: If I register a metrics object with a bolt/spout task, will it run in the same thread as the task?

2014-06-16 Thread Bobby Evans
Yes it will run in the same thread as the task. On 6/3/14, 10:14 PM, "Xueming Li" wrote: >Sorry, changed the title to make it more accurate. > > >On Tue, Jun 3, 2014 at 11:12 PM, Xueming Li >wrote: > >> Or do I need to worry about synchronization issue? Thanks in advance! >>

Re: Custom metrics using IMetrics interface

2014-06-16 Thread Bobby Evans
IMetric and the metrics parts in storm are built on top of storm itself. If you need something that sends out metrics more regularly then Imetric does, just send them as regular tuples to a bolt you setup to collect them. - Bobby From: Xueming Li mailto:james.xueming...@gmail.com>> Reply-To:

Re: The role of supervisor in Storm

2014-07-07 Thread Bobby Evans
The supervisor will launch, kill and monitor worker processes. The monitoring is done through heartbeat files that the worker process writes out periodically and the supervisor reads in. The supervisor itself is expected to be run under supervision. This means that you need an external proces

Re: High CPU utilization after storm node failover

2014-08-06 Thread Bobby Evans
+1 for failure testing. We have used other similar tools in the past to simulate different situations like network cuts, high packet loss, etc. I would love to see more of this happen, and the scheduler get smart enough to detect these situations and deal with them. - Bobby From: "P. Taylor

Re: How do i unregister from the group? Too many emails...:)

2014-08-18 Thread Bobby Evans
Send an e-mail to user-unsubscr...@storm.incubator.apache.org from the e-mail address you want to unsubscribe from. - Bobby On 8/17/14, 12:58 PM, "Joe Roberts" wrote: >" >Content-Transfer-Encoding: 7bit >Mime-Version: 1.0 (1.0) > > > >Sent from my iPhone

Re: Is it possible to use Log4j 2 with Storm 0.9.0.1?

2014-09-04 Thread Bobby Evans
I don’t believe so. We have switched to use logback for storm behind the scenes and some of the code is actually quite tied to it at the moment. From: Xueming Li mailto:james.xueming...@gmail.com>> Reply-To: "user@storm.incubator.apache.org" mailto:user@

Re: Is it possible to use Log4j 2 with Storm 0.9.0.1?

2014-09-04 Thread Bobby Evans
ct: Re: Is it possible to use Log4j 2 with Storm 0.9.0.1? Just out of curiosity, using log4j 1.x is not an issue with storm, right? On Thu, Sep 4, 2014 at 11:23 PM, Bobby Evans mailto:ev...@yahoo-inc.com>> wrote: I don’t believe so. We have switched to use logback for storm behind the s

Re: Rolling Upgrade from 0.91

2014-09-25 Thread Bobby Evans
0.9.1 to 0.9.2 is not possible to do a rolling upgrade. The data structures stored in Zk and on disk have changed in a non-backwards compatible way. Most EBFs we do rolling upgrades. For them we install the new yinst package on all of the nodes and then restart the supervisor, logviewer, nibs