RuiLi8080 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_r316249542
##########
File path: storm-server/src/main/java/org/apache/storm/DaemonConfig.java
##########
@@ -137,6 +137,14 @@
@IsImplementationOfClass(implementsClass = IBlacklistStrategy.class)
public static final String BLACKLIST_SCHEDULER_STRATEGY =
"blacklist.scheduler.strategy";
+ /**
+ * Whether the {@link
org.apache.storm.scheduler.blacklist.BlacklistScheduler} will put a
+ * (supervisor:slots) map to badSupervisorsToleranceSlidingWindow
Review comment:
Appreciate the suggestions. All make sense to me. Please check the latest
changes.
----------------------------------------------------------------
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