Ethanlm commented on a change in pull request #3108: [STORM-3492] Add config to prevent good supervisor with bad workers f… URL: https://github.com/apache/storm/pull/3108#discussion_r316232384
########## File path: conf/defaults.yaml ########## @@ -342,6 +342,7 @@ blacklist.scheduler.tolerance.count: 3 blacklist.scheduler.resume.time.secs: 1800 blacklist.scheduler.reporter: "org.apache.storm.scheduler.blacklist.reporters.LogReporter" blacklist.scheduler.strategy: "org.apache.storm.scheduler.blacklist.strategies.DefaultBlacklistStrategy" +blacklist.supervisor.on.bad.slot: true Review comment: I reconsidered this. I think something like `blacklist.scheduler.assume.supervisor.bad.based.on.bad.slot` might be more accurate and easy to understand. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
