agresch commented on a change in pull request #3222: STORM-3596 use send
assignment status in blacklist scheduling
URL: https://github.com/apache/storm/pull/3222#discussion_r405746060
##########
File path:
storm-server/src/main/java/org/apache/storm/scheduler/IScheduler.java
##########
@@ -45,4 +45,14 @@
*/
default void cleanup() {
}
+
+ /**
+ * Provide feedback to the scheduler if assignments were sent successfully
or not to a given node. This
+ * information can be used for blacklisting.
+ *
+ *@param node the node that assignments were sent to.
+ *@param successful indicate if the assignment was sent successfully.
+ */
+ default void nodeAssignmentSent(String node, boolean successful) {
Review comment:
sure
----------------------------------------------------------------
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