For testing / debugging, is there an easy way to manually kill a task in a storm cluster? It would be best to turn it on from the storm. Even if the storm should reassign failed tasks, it would be nice to check our code when that happens.
Of course, I can add a "throw RuntimeException" to the code in some conditions to do this, but it needs manual coding, maybe there is a function in the storm architecture for this function?
source
share