Github user srdo commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2113#discussion_r120454284
  
    --- Diff: 
storm-server/src/main/java/org/apache/storm/daemon/supervisor/Container.java ---
    @@ -559,9 +688,17 @@ public void cleanUpForRestart() throws IOException {
         public abstract boolean runProfiling(ProfileRequest request, boolean 
stop) throws IOException, InterruptedException;
     
         /**
    -     * @return the id of the container or null if there is no worker id 
right now.
    +     * Get the id of the container or null if there is no worker id right 
now.
          */
         public String getWorkerId() {
             return _workerId;
         }
    +
    +    /**
    +     * Get the topology id this is a part of.
    +     */
    +    public String getTopoogyId() {
    --- End diff --
    
    topoogy -> topology


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to