on Storm 0.10.0 2 worker processes are launched even when I set workers=1, and UI reports that workers=1
问题 I have a storm topology for which I do: setNumWorkers(1); When I look at the storm UI report on this running topology, I see Num workers set to 1 . However, when i log into the node running the supervisor I see two processes that have the same setting for -Dworker.id and for -Dworker.port . I am including the output of what ps shows me for these two processes below. My question is: Why are there two processes that seem to be configured as worker processes if I only requested one (note: the