Hi,
I have 3 supervisor machines. I am required to run an identical bolt instance in all 3 machines. For instance, Let the bolt name be sampleBolt. Now, supervisor1 - sampleBolt (1) supervisor2 - sampleBolt (1) supervisor3 - sampleBolt (1) ie., 1 sampleBolt instance is running in each supervisor. The major thing I have to ensure is that, If in case any supervisor goes down, the sampleBolt instance must not be reassigned to another machine ... since this may cause 2 sampleBolt instance to be run in a single supervisor. Is there any workaround to achieve this? I require this since i need to retrieve the data stored locally in each machine based on time interval. Thanks in advance, Tanuja.
