[ 
https://issues.apache.org/jira/browse/STORM-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153624#comment-15153624
 ] 

ASF GitHub Bot commented on STORM-1273:
---------------------------------------

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

    https://github.com/apache/storm/pull/1081#discussion_r53417863
  
    --- Diff: storm-core/src/clj/org/apache/storm/daemon/supervisor.clj ---
    @@ -1183,7 +1184,8 @@
           (.readBlobTo blob-store (ConfigUtils/masterStormConfKey storm-id) 
(FileOutputStream. (ConfigUtils/supervisorStormConfPath tmproot)) nil)
           (finally
             (.shutdown blob-store)))
    -    (FileUtils/moveDirectory (File. tmproot) (File. stormroot))
    +    (try (FileUtils/moveDirectory (File. tmproot) (File. stormroot)) 
(catch Exception e))
    --- End diff --
    
    Sorry, I forget remove the “try”.   It can't pass testing at 
"FileUtils/moveDirectory" because the windows operating system. I will ignore 
this exception per test.


> port backtype.storm.cluster to java
> -----------------------------------
>
>                 Key: STORM-1273
>                 URL: https://issues.apache.org/jira/browse/STORM-1273
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: John Fang
>              Labels: java-migration, jstorm-merger
>
> current state of the cluster (Some of this moves to java as a part of 
> heartbeat server)
> https://github.com/apache/storm/tree/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/cluster
>  as an example



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to