[ 
https://issues.apache.org/jira/browse/HDDS-1550?focusedWorklogId=271894&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-271894
 ]

ASF GitHub Bot logged work on HDDS-1550:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Jul/19 21:54
            Start Date: 03/Jul/19 21:54
    Worklog Time Spent: 10m 
      Work Description: bharatviswa504 commented on pull request #1050: 
HDDS-1550. MiniOzoneCluster is not shutting down all the threads during 
shutdown. Contributed by Mukul Kumar Singh.
URL: https://github.com/apache/hadoop/pull/1050#discussion_r300166984
 
 

 ##########
 File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/MiniOzoneChaosCluster.java
 ##########
 @@ -203,7 +203,7 @@ void initializeConfiguration() throws IOException {
           1, TimeUnit.SECONDS);
       conf.setTimeDuration(HddsConfigKeys.HDDS_HEARTBEAT_INTERVAL, 1,
           TimeUnit.SECONDS);
-      conf.setInt(OzoneConfigKeys.OZONE_CONTAINER_CACHE_SIZE, 8);
+      conf.setInt(OzoneConfigKeys.OZONE_CONTAINER_CACHE_SIZE, 2);
 
 Review comment:
   One question: Any reason for changing this value?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 271894)
    Time Spent: 2h 40m  (was: 2.5h)

> MiniOzoneCluster is not shutting down all the threads during shutdown.
> ----------------------------------------------------------------------
>
>                 Key: HDDS-1550
>                 URL: https://issues.apache.org/jira/browse/HDDS-1550
>             Project: Hadoop Distributed Data Store
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.3.0
>            Reporter: Mukul Kumar Singh
>            Assignee: Mukul Kumar Singh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> MiniOzoneCluster does not shutdown all the threads during shutdown. All the 
> threads must be shutdown to close the cluster correctly.



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