Re: Is there any document explaining Storm Built-in Metrics

2017-03-30 Thread preethini v
Hi, I'm also quite looking for some inputs on the same. I see that storm builtin metrics is written in clojure. I am not a clojure person. Hence looking for a good documentation that can explain how storm built-in metrics are calculated. On Thu, Mar 30, 2017 at 3:47 PM, Zhechao Ma wrote: > Hi >

Error on building Storm version 0.9.3 | Failed to execute goal com.theoryinpractise:clojure-maven-plugin:1.3.18:compile (compile-clojure) on project storm-core: Clojure failed

2017-04-07 Thread preethini v
Hi, I face the below common error when trying to build Storm 0.9.3. I see many people facing this issue but could not find any specific answer. I am building it on ubuntu machine. I have rvm and nvm installed. Could anyone in the group help me if they have had similar issue and found a solution

Visualizing Storm Metrics

2017-04-19 Thread preethini v
Hi, Can anyone here suggest the best/easy way to visualize Storm Metrics. I am trying to study the performance (i.e end to end latency, throughput) of my topologies and a good graphical representation for the topological stats available on Storm UI would be very helpful. I came across storm-graph

Storm Metrics using Graphite

2017-04-22 Thread preethini v
Hi, I am trying to visualize Storm metrics on Graphite. I am following the steps mentioned here I have the Graphite server up and running on my machine. But there is no storm metrics seen on Graphite. Graphite Browser does not show storm_metrics in the

Capturing number of tuples processed every 10 second window

2017-05-23 Thread preethini v
Hi, I am trying to capture number of tuples processed for a topology in Apache Storm. This value can be obtained from Storm UI, from the parameter "transferred" for a window size of 10 mins. I am more interested in capturing number of tuples processed every 10 seconds. The window size of 10 minut

Wrong Stats obtained | transferred count | Storm UI

2017-05-25 Thread preethini v
Hi, I am studying Storm performance. When I run a simple wordcount for 5 mins, the number of transferred shown in Storm UI is "transferred":341640 . I modified my code to fetch the transferred value from TopologyInfo. I number of transferred obtained from this is 44,780. Why is there so much dif

schedule() function in Storm

2017-07-04 Thread preethini v
Hi, I have a question about Storm Default Scheduler. The schedule() function is called when the topology is submitted to the Storm cluster for the first time. I assume that once the schedule() is called, it is called again only during rebalance (ie, if we add more worker nodes) Does Storm call th

Re: schedule() function in Storm

2017-07-05 Thread preethini v
tom scheduler that reads the mapping from JSON > file and enacts the mapping. In the case of rebalancing with updated > mapping, it will enact the new mapping. > > On Tue, Jul 4, 2017 at 10:25 PM, preethini v > wrote: > > Hi, > > I have a question about Storm Default

Decreasing value of Complete Latency in Storm UI

2017-07-14 Thread preethini v
Hi, I am running WordCountTopology with 3 worker nodes. The parallelism of spout, split and count is 5, 8 and 12 respectively. I have enabled acking to measure the complete latency of the topology. I am considering complete latency as a measure of end-to-end latency. The Complete latency is the

Adaptive Online Scheduler for Storm

2017-07-18 Thread preethini v
Hi, Has anyone in the group used Adaptive Online scheduler by Aniello ? I am facing the below issue with Adaptive Online scheduler. After submitting the topology, the reschedule is called at 120s. Then there is a reassignment due to*reschedulingDueToInterNodeTraffic. *Post this, all the tuples e

Re: Decreasing value of Complete Latency in Storm UI

2017-07-19 Thread preethini v
n Mon, Jul 17, 2017 at 5:41 AM, Ambud Sharma wrote: > If I may add, it is also explained by the potential surge of tuples when > topology starts which will eventually reach an equilibrium which the normal > latency of your topology components. > > On Jul 14, 2017 4:29 AM, &quo

End to end latency of storm topology

2017-07-20 Thread preethini v
Hi, Is there a way to measure the latency of storm system apart from the parameter "complete latency" from Storm UI? I cannot enable the acking, hence complete latency is always 0. I am looking for other ways to measure end to end latency. Can we attach a timestamp when a tuple is emitted and ch

Difference in end-to-end Latency calculations for Storm

2017-07-24 Thread preethini v
Hi, I measure the latency of a storm topology in the below two ways. And I see a huge difference in the values. *Approach 1*: attach a start time with every tuple. Note the end time for that tuple in ack(). Calculate the time delta of start and end times. Latency value is ~ 104 ms. *Approach 2*

Re: Difference in end-to-end Latency calculations for Storm

2017-07-25 Thread preethini v
t; Do you have a reproducible use case that you can share? > > - Bobby > > > > On Monday, July 24, 2017, 10:13:59 AM CDT, preethini v < > preethin...@gmail.com> wrote: > > > Hi, > > I measure the latency of a storm topology in the below two ways. And I see &g

Re: Difference in end-to-end Latency calculations for Storm

2017-07-25 Thread preethini v
Also, Any hints on how the Storm metrics calculate the "complete latency"? Thanks, Preethini On Tue, Jul 25, 2017 at 9:48 AM, preethini v wrote: > Hi Bobby, > > I am running a simple word count topology. I have 2 worker nodes and a > nimbus/zookeeper node. The latenc

Re: Difference in end-to-end Latency calculations for Storm

2017-07-25 Thread preethini v
to the time > it gets the last message. > > Without knowing which version of storm you are using it is hard to tell > why these numbers might be off. > > - Bobby > > > > On Tuesday, July 25, 2017, 5:23:33 AM CDT, preethini v < > preethin...@gmail.com> wrote:

StreamId NULL in Storm 0.9.3

2017-08-07 Thread preethini v
Hi, Im using Storm version 0.9.3. The workers fail do to the below error. java.lang.RuntimeException: java.lang.IllegalArgumentException: No output fields defined for component:stream spout:null Storm specifies the default stream id as "default" if not specified. But i am facing this strange err

Storm latency with fail() | acker tasks die

2017-08-10 Thread preethini v
Hi, I have a situation where the bolts ack, but the acker tasks fail (which is expected as per my logic). I am measuring the latency of the topology using timestamps in ack() and fail() methods. *Observations:* *-* *ack() - latency ~ 100ms* *fail() - latency

Re: Storm latency with fail() | acker tasks die

2017-08-10 Thread preethini v
> > - Bobby > > > > On Thursday, August 10, 2017, 8:06:51 AM CDT, preethini v < > preethin...@gmail.com> wrote: > > > Hi, > > I have a situation where the bolts ack, but the acker tasks fail (which is > expected as per my logic). > > I am measuring

Unsubscibe

2018-02-27 Thread preethini v