Hi All, We have a couple of topologies here that we are trying to optimize so I thought I would use JProfiler to check what`s happening and what needs to be optimized. It runs fine if I have a single worker per node but I am looking for a way of using JProfiler on multiple workers (on the same node) at the same time.
I changed the worker.childopts to include the JProfiler`s agent with the option `nowait` but there is no way of specifying a different port for each worker. The result is that the first worker starting gets the port (8849) and then all the other workers will fail because the port is not available. Anyone found a way around this? What`s the best way of tuning and profiling a distributed application such as Storm? Thanks
