rmatharu commented on a change in pull request #903: SEP-19: Allocator changes 
for standby-aware container allocation, and active container failover
URL: https://github.com/apache/samza/pull/903#discussion_r258741050
 
 

 ##########
 File path: 
samza-core/src/main/java/org/apache/samza/clustermanager/ClusterResourceManager.java
 ##########
 @@ -122,6 +122,10 @@ public ClusterResourceManager(Callback callback) {
   public abstract void launchStreamProcessor(SamzaResource resource, 
CommandBuilder builder);
 
 
+  // Requests the stopping of a StreamProcessor, identified by the given 
resource
+  public abstract void stopStreamProcessor(SamzaResource resource);
+
+
   public abstract void stop(SamzaApplicationState.SamzaAppStatus status);
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to