Hi

I have storm and flux running in 2.0.0 version, and in storm it use 
DefaultResourceAwareStrategy as schedule policy, I have several questions here:

1. I noticed the deployed topology worker number is less than the 
"topology.workers" I configured in topology flux yaml file, and also the 
executors for bolt is not same as configured in flux yaml file, I don't know 
why storm come up with different number or worker and executor? In storm 1.0.1 
version which we used before, the worker and executor number are exactly same 
as we flux yaml file.

2. How to config flux yaml file that, when we have multiple workers for a 
topology, and those workers are spread among the supervisor nodes?

3. I set "topology.component.cpu.pcore.percent" to 5.0 in flux yaml file, does 
this mean each bolt process won't take more than 5% of one CPU? or total CPUs? 
How about subprocess spawned by bolt? will it be managed also?

Thanks
-Calvin

Reply via email to