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

Hudson commented on HDDS-1652:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16696 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16696/])
HDDS-1652. HddsDispatcher should not shutdown volumeSet. Contributed by (nanda: 
rev 76c0183ae3f7feeed108925a929a2bcc0fd31658)
* (edit) 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/HddsDispatcher.java
* (edit) 
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/genesis/BenchMarkDatanodeDispatcher.java


> HddsDispatcher should not shutdown volumeSet
> --------------------------------------------
>
>                 Key: HDDS-1652
>                 URL: https://issues.apache.org/jira/browse/HDDS-1652
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Xiaoyu Yao
>            Assignee: Xiaoyu Yao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0, 0.4.1
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently both OzoneContainer#stop() and HddsDispatcher#stop() both invoke 
> volumeSet.shutdown() explicitly to shutdown the same volume set.
>  
> In addition, OzoneContainer#stop() will invoke HddsDispatcher#stop(). Since 
> the volume set object is created by OzoneContainer object, it should be the 
> responsibility of OzoneContainer to shutdown. This ticket is opened to remove 
> the volumeSet.shutdown() from HddsDispatcher#stop(). 
>  
> There are benchmark tools relies on HddsDispatcher#stop() to shutdown 
> volumeSet object, that we could fix with explict volumeSet#shutdown call. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to