nlu90 commented on a change in pull request #2980: Extending update command to 
allow number of containers to be modified at runtime
URL: https://github.com/apache/incubator-heron/pull/2980#discussion_r209443111
 
 

 ##########
 File path: 
heron/tools/apiserver/src/java/org/apache/heron/apiserver/resources/TopologyResource.java
 ##########
 @@ -340,7 +341,7 @@ public Response restart(
   @Path("/{cluster}/{role}/{environment}/{name}/update")
   @Produces(MediaType.APPLICATION_JSON)
   @SuppressWarnings({"IllegalCatch", "JavadocMethod"})
-  public Response update(
+  public Response update(/// add code here
 
 Review comment:
   unused comment?

----------------------------------------------------------------
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