Event generator From a cvs file using Timestamp

2015-05-12 Thread Anshu Shukla
. http://stackoverflow.com/questions/30149868/generate-events-tuples-using-csv-file-with-timestamps http://stackoverflow.com/questions/30149868/generate-events-tuples-using-csv-file-with-timestamps Thanks, ANSHU SHUKLA SERC-IISC

Re: Event generator for SPARK-Streaming from csv using timestamp

2015-05-12 Thread anshu shukla
the tuples. Basically, my wrapper throttles the emit speed of the spout that is wrapped. Feel free to use it. Feedback is welcome. -Matthias On 05/11/2015 10:50 AM, anshu shukla wrote: I have the real DEBS-TAxi data in csv file , in order to operate over it how to simulate a Spout kind

Limiting Workers to use only 1 CORE/2GB RAM

2015-07-08 Thread anshu shukla
place the memory restriction . [This is needed to* benchmark spark with storm* ] -- Thanks Regards, Anshu Shukla

Assignment of bolts to nodes [Scheduling-Storm]

2015-10-01 Thread anshu shukla
I am unable to identify how workers are assigned to nodes .if we have *# workers >> # nodes. * Means how we will decide to use which node with extra workers . -- Thanks & Regards, Anshu Shukla

Re: Assignment of bolts to nodes [Scheduling-Storm]

2015-10-01 Thread anshu shukla
Need further help for the code. https://github.com/apache/storm/blob/0.7.1/src/clj/backtype/storm/daemon/nimbus.clj#L458 On Thu, Oct 1, 2015 at 3:24 PM, anshu shukla <anshushuk...@gmail.com> wrote: > I am unable to identify how workers are assigned to nodes .if we have > *

Re: Approach to parallelism

2015-10-05 Thread anshu shukla
off. (= 8 workers per >>>>> machine ie 40 workers over all) >>>>> 2. Each worker spawns one executor per component per worker, it >>>>> translates to 6 executors per worker which is 40x6= 240 executors. >>>>> 3. Of this, if the bolt logic is CPU intensive, then leave parallelism >>>>> hint at 40 (total workers), else increase parallelism hint beyond 40 till >>>>> you hit a number beyond which there is no more visible performance. >>>>> >>>>> Does this look right? >>>>> >>>>> Thanks >>>>> Kashyap >>>>> >>>> >>>> >>>> >>>> -- >>>> Javier González Nicolini >>>> >>> >>> > -- Thanks & Regards, Anshu Shukla

Re: 答复: Storm ordering of message

2015-12-09 Thread anshu shukla
en into file. > > Will it be possible to have order of message with trident or storm > -- Thanks & Regards, Anshu Shukla

Re: tuple size constraints?

2016-01-01 Thread anshu shukla
On the same note, are all tuples (regardless of size) cached until they > have been successfully processed? > > Pointers to the appropriate code sections or plain answers are appreciated. > > Thanks, > Matan > > -- Thanks & Regards, Anshu Shukla

Logging Values in Storm UI

2016-01-12 Thread anshu shukla
& Regards, Anshu Shukla

Sending extra folder to all supervisor nodes with storm submit command

2016-06-02 Thread anshu shukla
Hello all, Is there any way to pass the folder to storm submit command so that all the contents of it can be shared on all the supervisor nodes . Can we use lib folder ? As I guess all the jars are transferred from nimbus --> lib node to all supervisor nodes . -- Thanks & Regards

Getting logs in latest version 1.0.1

2016-06-05 Thread anshu shukla
hey all , Is it compulsory to run storm logviewer to get logs in worker directory on supervisors ? And how we can set the level of logging from *worker.xml* file for our application logic/topo? -- Thanks & Regards, Anshu Shukla

Re: Getting logs in latest version 1.0.1

2016-06-05 Thread anshu shukla
+1 any update ?? On Sun, Jun 5, 2016 at 2:39 PM, anshu shukla <anshushuk...@gmail.com> wrote: > hey all , > > Is it compulsory to run storm logviewer to get logs in worker directory > on supervisors ? > And how we can set the level of logging from *worker.xml* file

Re: Disable Backpressure in storm 1.0.1

2016-06-14 Thread anshu shukla
yaml and restarting supervisors would be fine, and if > you want to just disable backpressure on specific topology, submit jar with > -c topology.backpressure.enable=false > > > 2016년 6월 14일 (화) 오후 2:57, anshu shukla <anshushuk...@gmail.com>님이 작성: > >> Thanks for rep

Re: Disable Backpressure in storm 1.0.1

2016-06-13 Thread anshu shukla
ssure. > > Hope this helps. > > Thanks, > Jungtaek Lim (HeartSaVioR) > > 2016년 6월 14일 (화) 오전 5:32, anshu shukla <anshushuk...@gmail.com>님이 작성: > >> Hey all, >> >> With backpressure enabled it is quite difficult to identify/estimate the >> res

Disable Backpressure in storm 1.0.1

2016-06-13 Thread anshu shukla
values we should use to disable backpressure .So that I can be confident that I my spout is emitting at expected rate . -- Thanks & Regards, Anshu Shukla

Re: Storm monitoring

2016-05-30 Thread anshu shukla
hello , Can you please share the bash script that you are talking about . I am also interested in trying that . Thanks, Anshu Shukla IISC,Bangalore On Mon, May 30, 2016 at 6:17 PM, Matthew Lowe <githubpoi...@gmail.com> wrote: > Hello all. > > What kind of monitoring solut

Re: using java println in Storm 1.0.1

2016-05-26 Thread anshu shukla
ave to modify to get all level of logs > in workers-artifacts folder . > > > *- wordcount in the files is as * > > * 36 gc.log.0.current* > * 0 worker.log* > * 0 worker.log.err* > * 0 worker.log.metrics* > * 0 worker.log.out* > * 0 worker.pid* > * 4 wo

using java println in Storm 1.0.1

2016-05-26 Thread anshu shukla
from UI. Is it due to some upgrade to new version ? or am wrong at some place . While it is working fine in local mode /IDE but not on clutser . -- Thanks & Regards, Anshu Shukla

Re: using java println in Storm 1.0.1

2016-05-26 Thread anshu shukla
; It is better to use logging using log4j2, etc. You can >> then check your local log files. >> >> >> >> *Best regards / Mit freundlichen Grüßen / Sincères salutations* >> >> *M. Lohith Samaga* >> >> >> >> *From:* ansh

Re: using java println in Storm 1.0.1

2016-05-26 Thread anshu shukla
. *- wordcount in the files is as * * 36 gc.log.0.current* * 0 worker.log* * 0 worker.log.err* * 0 worker.log.metrics* * 0 worker.log.out* * 0 worker.pid* * 4 worker.yaml* On Thu, May 26, 2016 at 6:58 PM, anshu shukla <anshushuk...@gmail.com> wrote: > Thanks, > &g

High latency after some time in MQTT logic

2016-06-15 Thread anshu shukla
Hello all , I am unable to figure out why MQTT is giving high latency suddenly for some processes/worker and capacity starts incresing to 10 or so (should be below 1) . -- Thanks & Regards, Anshu Shukla

Re: Need Help regarding topology with numWorker>1

2016-02-10 Thread anshu shukla
Not like that.. But i have used workers equal to number of cores. Each vm with 8 corea. On 11 Feb 2016 9:07 am, "Rudraneel chakraborty" < rudraneel.chakrabo...@gmail.com> wrote: > more than one worker on same node ? Did u use custom schedule r? because > by default, the workers would be spread

Re: Need Help regarding topology with numWorker>1

2016-02-10 Thread anshu shukla
Since every worker process have only one thread for transfer of message from network to executor queue so more often it becomes a bottkeneck when input rate is high.. That forces us to have more than 1 worker on same node. I dont think other than this there is any logic dependent topo case

Re: [ANNOUNCE] Apache Storm 1.0 Released

2016-04-12 Thread anshu shukla
gt; > >>>> > You can read more about this release in the following blog post: >>>> > >>>> > https://storm.apache.org/2016/04/12/storm100-released.html >>>> > >>>> > Distribution artifacts are available in Maven Central at the >>>> following coordinates: >>>> > >>>> > groupId: org.apache.storm >>>> > artifactId: storm-core >>>> > version: 1.0.0 >>>> > >>>> > The full list of changes is available here[1]. Please let us know [2] >>>> if you encounter any problems. >>>> > >>>> > Regards, >>>> > >>>> > The Apache Storm Team >>>> > >>>> > [1]: https://github.com/apache/storm/blob/v1.0.0/CHANGELOG.md >>>> > [2]: https://issues.apache.org/jira/browse/STORM >>>> >>> >>> >> > -- Thanks & Regards, Anshu Shukla

Re: Topology error

2016-04-13 Thread anshu shukla
gt; again >>> Exception in thread "main" java.lang.NoClassDefFoundError: >>> backtype/storm/topology/IRichSpout >>> at java >>> >>> why it is giving me the error ? >>> >>> >>> *Best regards,* >>> >>> *K.Sai Dilip Reddy.* >>> >> >> > -- Thanks & Regards, Anshu Shukla

Re: Message flow in Shuffle grouping

2016-04-10 Thread anshu shukla
e what > you are looking for. > > > --- > Xiang Wang PhD Candidate > Database Research Group > School of Computer Science and Engineering > The University of New South Wales > Sydney, Australia > > On Sun, Apr 10, 2016 at 7:14 AM, anshu shukla <anshushuk...@gmail.

Forcing some threads/executors on 1 VM and some on other

2016-03-07 Thread anshu shukla
Hey , I am unable to find any function in API that let me allocate some executors of 1 type on 1 VM and remaining of same type on other VM . *Say I have 30 executors/threads of a bolt and i want to schedule 15 of the on 1 machine and remaining on other machine .* -- Thanks & Regards, A

Custom resource aware scheduler

2016-05-10 Thread anshu shukla
for 8 slots enabled while shows error with 4 slots )* *error -* Not enough resources to schedule - 0/116 executors scheduled -- Thanks & Regards, Anshu Shukla

Re: New supervisor & topology scheduling

2016-05-12 Thread anshu shukla
> not the intended recipient of this message is advised to make no use of it > and is requested to contact Featurespace Limited as soon as possible. Any > recipient of this message who has knowledge or suspects that it may have > been the subject of unauthorised interception or alteration is also > requested to contact Featurespace Limited. > -- Thanks & Regards, Anshu Shukla

Re: Load Balancing in Storm

2016-05-13 Thread anshu shukla
t;> This email and any files transmitted with it are confidential and >> intended solely for the individual or entity to whom they are addressed. If >> you have received this email in error destroy it immediately. *** Walmart >> Confidential *** >> > > > > -- > > Ammar Gharaibeh > PhD Student > Optimized Networking Research Lab > FMH Room 410-B > -- Thanks & Regards, Anshu Shukla

Re: How does one distribute database iteration across workers?

2016-04-19 Thread anshu shukla
l the workers to > iterate different rows of the database? Assuming that the workers are > running in different machines. > > -- > Regards, > Navin > -- Thanks & Regards, Anshu Shukla

Custom scheduler For Storm 1.0.0

2016-05-09 Thread anshu shukla
custom scheduler . (not overall changes I know it has been improved a lot) (like message transfer needs something else also other than just mapping executors to slots. ) -- Thanks & Regards, Anshu Shukla

Re: Used Mem in RAS (storm 1.0.1 R-storm )

2016-08-13 Thread anshu shukla
Also How RAS is deciding the number of workers to run on its own . On Sun, Aug 14, 2016 at 10:37 AM, anshu shukla <anshushuk...@gmail.com> wrote: > I have not set any -Xmx optionsbut have to use - > > *conf.setTopologyWorkerMaxHeapSize(3600.0); // (3.5 GB for 1 core )*

Re: Used Mem in RAS (storm 1.0.1 R-storm )

2016-08-13 Thread anshu shukla
tSaVioR) > > > On Sunday, August 14, 2016, anshu shukla <anshushuk...@gmail.com> wrote: > >> What exactly does the entry in *used memory in Storm UI *means . >> Because it does not match with the allocated Mem as per the resource aware >> scheduler . >

Resource aware scheduler

2016-08-13 Thread anshu shukla
will be skipped means *all nodes are assumed in the same rack or all nodes/VMs are assumed to be in different racks .* https://github.com/apache/storm/blob/master/docs/Resource_Aware_Scheduler_overview.md -- Thanks & Regards, Anshu Shukla

Used Mem in RAS (storm 1.0.1 R-storm )

2016-08-13 Thread anshu shukla
What exactly does the entry in *used memory in Storm UI *means . Because it does not match with the allocated Mem as per the resource aware scheduler . -- Thanks & Regards, Anshu Shukla

Re: How to clean up Storm logs

2016-07-18 Thread anshu shukla
d to this good one , > https://community.hortonworks.com/articles/550/unofficial-storm-and-kafka-best-practices-guide.html, > but it does not cover log. > > Running Storm 1.0.1 on centos 7. > > Thanks > > IPVP > > > -- Thanks & Regards, Anshu Shukla

Re: Storm Benchmarks

2016-07-18 Thread anshu shukla
ng.Class.getMethod0(Class.java:2866) at >> > java.lang.Class.getMethod(Class.java:1676) at >> > sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494) at >> > >> sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)Caused >> > by: java.lang.ClassNotFoundException: >> > backtype.storm.generated.AlreadyAliveException at >> > java.net.URLClassLoader$1.run(URLClassLoader.java:366) at >> > java.net.URLClassLoader$1.run(URLClassLoader.java:355) at >> > java.security.AccessController.doPrivileged(Native Method) at >> > java.net.URLClassLoader.findClass(URLClassLoader.java:354) at >> > java.lang.ClassLoader.loadClass(ClassLoader.java:425) at >> > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at >> > java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 6 more >> > > >> > >Thank You >> > >-- >> > >Regards, >> > >Walid >> > > >> > >> > >> > >> >> >> -- Thanks & Regards, Anshu Shukla

Re: Importing Apache Storm to Intellij

2016-07-19 Thread anshu shukla
java.lang.ClassLoader.loadClass(ClassLoader.java:358) > ... 3 more > > > Thank You > -- > Regards > WA > -- Thanks & Regards, Anshu Shukla

Re: Topology submision Bugs

2016-07-05 Thread anshu shukla
.apache.storm.security.auth.TBackoffConnect.doConnectWithRetry(TBackoffConnect.java:53) > ... 9 more > Caused by: java.net.UnknownHostException: wf-ubuntun > at > java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) > at java.net.Socket.connect(Socket.java:579) > at org.apache.storm.thrift.transport.TSocket.open(TSocket.java:221) > ... 12 more > > > > > Please I hope anyone can help, and thank you in advance.. > > > Best Regards > --- > > WA > > > > > > -- Thanks & Regards, Anshu Shukla

Finding Peak rate ??

2016-07-03 Thread anshu shukla
.* -- Thanks & Regards, Anshu Shukla

Rebalance in apache Storm

2017-02-01 Thread anshu shukla
ards, Anshu Shukla

Re: implmement state management with Apache Ignite

2017-02-07 Thread anshu shukla
, is there a ID which doesn't change for the new worker > and the died worker? if there is, how to get it? > > #2 when a worker is died, is there a case storm framework can't start a > new worker? In this case, how about the grouped message handled by this > worker, it will auto take over by other workers? > > #3 suppose we have started a topology with 3 workers, rebalance topology > can change the worker numbers? > > > > Thanks > > Shawn > > > -- Thanks & Regards, Anshu Shukla

Using Flux for updating DAGs

2017-02-04 Thread anshu shukla
pain by allowing you to package all your Storm components in a single jar, and use an external text file to define the layout and configuration of your topologies."* -- Thanks & Regards, Anshu Shukla

Unable to find LocalCluster in version 1.0.2 (examples folder)

2017-02-19 Thread anshu shukla
Hello, I have tried to import storm 1.0.2 and 1.0.3 in IntelliJ IDE but it is showing that unbale to find *LocalCluster .* import org.apache.storm.*LocalCluster*; Any suggestions please .. -- Thanks & Regards, Anshu Shukla

Re: Unable to find LocalCluster in version 1.0.2 (examples folder)

2017-02-19 Thread anshu shukla
But if I am importing storm-starter as separate project it is able to find LocalCluster. On Sun, Feb 19, 2017 at 2:37 PM, anshu shukla <anshushuk...@gmail.com> wrote: > Hello, > > I have tried to import storm 1.0.2 and 1.0.3 in IntelliJ IDE but it is > showing that unbale to

Re: Unable to find LocalCluster in version 1.0.2 (examples folder)

2017-02-19 Thread anshu shukla
https://community.hortonworks.com/questions/15440/how-to-setup-intellij-to-run-storm-topology-locall.html On Sun, Feb 19, 2017 at 3:05 PM, anshu shukla <anshushuk...@gmail.com> wrote: > But if I am importing storm-starter as separate project it is able to find > LocalCluster. > &

Rebalancing Stateful bolts in storm 1.0.2

2017-02-19 Thread anshu shukla
regrouping task to other threads)? please suggest some general idea about the possibilities. -- Thanks & Regards, Anshu Shukla

Re: Rebalancing Stateful bolts in storm 1.0.2

2017-02-26 Thread anshu shukla
; > Better use the redis state implementation or write a state implementation > that uses distributed memory like on top of memcached. > > > > Arun > > > > *From: *anshu shukla <anshushuk...@gmail.com> > *Reply-To: *"user@storm.apache.org" <u

Re: tuning output rate of spout in apache storm without using CPU sleep command

2016-10-08 Thread anshu shukla
CPU sleep command in > nextTuple() method. How can I do this? > > thanks all, > -- Thanks & Regards, Anshu Shukla

Re: tuning output rate of spout in apache storm without using CPU sleep command

2016-10-08 Thread anshu shukla
t; thanks anshu, > > would you please explain it more!!! > > On Sat, Oct 8, 2016 at 10:19 AM, anshu shukla <anshushuk...@gmail.com> > wrote: > >> Use a in memory queue like redis for subscribing messages. >> >> On Sat, Oct 8, 2016 at 12:10 PM, Arman Divba

Re: Basic questions about Strom

2016-09-23 Thread anshu shukla
rg/ >> releases/1.0.1/Understanding-the-parallelism-of-a-Storm-topology.html) >> >> In storm, there is rebalancing capability. >> What happened on-going tuples while storm rebalances topology? >> Does it drop and replay? >> >> 3. Serialization. >> In storm, as far as I know for inter-thread communication, serialization >> does not happen. For inter-process and inter-node communication, >> serialization is required. >> Is it right? >> >> Thanks, >> Junguk >> >> -- Thanks & Regards, Anshu Shukla

Re: Running ML algorithms on storm

2016-08-25 Thread anshu shukla
wrote: > Hi, > Is anyone using storm to run ML algorithms which are iterative in nature? > It would be great to have people share their experience. > > -- > Regards, > Abhishek Agarwal > > -- Thanks & Regards, Anshu Shukla

Deciding parallelism hint for static rate

2016-11-26 Thread anshu shukla
Hello , Is there any work done to find the estimated thread parallelism / resource allocation (not mapping) . Like done for resource management for batch processing . *Quasar: Resource-Efficient and QoS-Aware Cluster Management* -- Thanks & Regards, Anshu Shukla

Message distribution among workers

2016-12-12 Thread anshu shukla
& Regards, Anshu Shukla

CNANGING Logging level for Nimbus

2016-12-03 Thread anshu shukla
Hello all, I was trying to understand the scheduling algorithm. But I am not able to find how to change the debugging level of NIMBUS . *I got the entry for access-nimbus.log in cluster.xml but not for nimbus.log* -- Thanks & Regards, Anshu Shukla

Re: run shell script using storm

2016-12-31 Thread anshu shukla
nt between them ? > Thanks for help > -- Thanks & Regards, Anshu Shukla

Re: Delay in CHKPT message for stateful task

2017-03-28 Thread anshu shukla
the result of all the the tuples that arrived from the > spout before C1. > > > > Thanks, > > Arun > > > > *From: *anshu shukla <anshushuk...@gmail.com> > *Reply-To: *"user@storm.apache.org" <user@storm.apache.org> > *Date: *Saturday, Ma

Delay in CHKPT message for stateful task

2017-03-25 Thread anshu shukla
to the CHKPT msg so that it passes on fastly. So that even in case of congestion we can have safe CHKPTing.* -- Thanks & Regards, Anshu Shukla

Setting logging to DEBUG in intellij

2017-03-29 Thread anshu shukla
og4j.Level 0x7252979 "INFO"], "org.apache.zookeeper" #object[org.apache.logging.log4j.Level 0x18c5ca99 "WARN"]}* How to change this from info to DEBUG. I have already updated worker.xml file to ALL level ? -- Thanks & Regards, Anshu Shukla

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

2017-03-30 Thread anshu shukla
t much clear about, like arrival_rate_secs, >> __skipped-throttle and so on. >> >> -- >> Thanks >> Zhechao Ma >> > > -- Thanks & Regards, Anshu Shukla

Re: Benchmarking streaming technologies

2017-03-23 Thread anshu shukla
(Streams), Storm (Trident) and Drizzle. Any pointers to > previous work or relevant benchmarks would be appreciated. > > Best regards, > Giselle van Dongen > -- Thanks & Regards, Anshu Shukla

Converting storm tuple to bytearray

2017-03-20 Thread anshu shukla
Hello, *1- Can anyone explain how to convert storm tuple to byte array. I have used the following code. * private byte[] convertToBytes(Object object) throws IOException { try (ByteArrayOutputStream bos = new ByteArrayOutputStream(); ObjectOutput out = new ObjectOutputStream(bos)) {

Re: Converting storm tuple to bytearray

2017-03-21 Thread anshu shukla
ze Tuples. Check this https://github.com/apache/ > storm/blob/master/storm-core/src/jvm/org/apache/storm/serialization/ > KryoTupleSerializer.java > > > > Instead of serializing the entire tuple yourself may be you just want to > serialize the relevant values within the tuple. &g

Must emit anchored tuples by Bolts in a stateful topology

2017-04-04 Thread anshu shukla
in a stateful topology must emit anchored tuples. at org.apache.storm.topology.BaseStatefulBoltExecutor$AnchoringOutputCollector.emit(BaseStatefulBoltExecutor.java:162) ~[storm-core-1.1.0.jar:1.1.0] -- Thanks & Regards, Anshu Shukla

Scheduling Acker tasks

2017-04-10 Thread anshu shukla
the acker tasks. -- Thanks & Regards, Anshu Shukla

How checkpointspout decides to that all stateful bolts have committed ?

2017-04-07 Thread anshu shukla
-and-state-checkpointing-in-apache-storm.html -- Thanks & Regards, Anshu Shukla

Spout resume after rebalance

2017-04-15 Thread anshu shukla
?)* In short: *How does spout confirms that all downstream bolts are ready to receive msgs after rebalance and spout should start emitting msgs?* -- Thanks & Regards, Anshu Shukla

Serialization error on writing custom state (with list of tuples)

2017-03-03 Thread anshu shukla
] at storm.starter.OurStatefulBolt.initState(OurStatefulBolt.java:101) ~[stormjar .jar:1.0.3] at storm.starter.OurStatefulBolt.initState(OurStatefulBolt.java:20) ~[stormjar. : -- Thanks & Regards, Anshu Shukla

Writing custom Serializer Stateful bolt

2017-03-11 Thread anshu shukla
/:?] at org.apache.storm.util$async_loop$fn__655.invoke(util.clj:482) [classes/:?] at clojure.lang.AFn.run(AFn.java:22) [clojure-1.7.0.jar:?] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] -- Thanks & Regards, Anshu Shukla

Re: Writing custom Serializer Stateful bolt

2017-03-11 Thread anshu shukla
gt; DefaultStateSerializer? > > > > Also see - https://github.com/EsotericSoftware/kryo#threading > > > > Arun > > > > *From: *anshu shukla <anshushuk...@gmail.com> > *Reply-To: *"user@storm.apache.org" <user@storm.apache.org> > *Date:

Re: Serializing states of multiple and different class types (Stateful bolts)

2017-03-05 Thread anshu shukla
serialization logic for your keys and values, > you need to provide your own key and value serializer class that handles > the different types internally. > > > > Arun > > > > *From: *anshu shukla <anshushuk...@gmail.com> > *Reply-To: *"user@sto

Enabling internal source code logging for Storm

2017-03-03 Thread anshu shukla
have done - *conf.setDebug(true); Please help ! -- Thanks & Regards, Anshu Shukla

Re: Finding Executor Queue Size per task

2017-03-03 Thread anshu shukla
etrics consumer. > > > > Thanking you. > With Regards > Sree > > > On Friday, March 3, 2017 12:00 AM, anshu shukla <anshushuk...@gmail.com> > wrote: > > > Thanks! > > On Fri, Mar 3, 2017 at 7:28 AM, Jungtaek Lim <kabh...@gmail.com> wrote: >

Re: Finding Executor Queue Size per task

2017-03-03 Thread anshu shukla
. > > Thanks, > Jungtaek Lim (HeartSaVioR) > > On Thu, 2 Mar 2017 at 9:02 PM anshu shukla <anshushuk...@gmail.com> wrote: > >> Hello, >> >> I want to *find the send and receive Queue size *used by the LMAX >> Disruptor. >> But I am worried that w

Re: schedule() function in Storm

2017-07-04 Thread anshu shukla
ance (ie, if we add more worker nodes) > > Does Storm call the schedule() again periodically for better reassignments > when there is no rebalance or any change to the cluster? > > Thanks, > Preethini > -- Thanks & Regards, Anshu Shukla

Re: Dynamic Change of Storm Parameters

2018-08-23 Thread anshu shukla
h.timeout.millis > topology.disruptor.batch.size > topology.executor.receive.buffer.size > topology.executor.send.buffer.size > topology.transfer.buffer.size > supervisor.cpu.capacity > supervisor.memory.capacity.mb > -- Thanks & Regards, Anshu Shukla

Re: Pin bolts to workers

2019-05-21 Thread anshu shukla
n > storm? > > Thanks, > Pradeep V.B. > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are > addressed. If you have received this email in error please delete it > immediately. > -- Thanks & Regards, Anshu Shukla

Re: Do topologies stop processing while rebalancing

2019-07-17 Thread anshu shukla
g rebalanced, this would cause significant > latency in my application. > - I have done some work on the same lines in past .. if u want more details u can skim thru the following paper... https://arxiv.org/pdf/1712.00605.pdf > > Thanks, > Jayant Sharma > -- Thanks & Regards, Anshu Shukla

Re: Do topologies stop processing while rebalancing

2019-07-17 Thread anshu shukla
n not always say that all inflight msgs will be lost before killing the topo. > > Thanks, > Jayant > > On Wed, Jul 17, 2019 at 11:55 AM anshu shukla > wrote: > >> Added Comments Inline >> >> On Wed, Jul 17, 2019 at 10:04 AM Jayant Sharma >> wrote: >&g