[
https://issues.apache.org/jira/browse/HDDS-1550?focusedWorklogId=271987&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-271987
]
ASF GitHub Bot logged work on HDDS-1550:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jul/19 02:56
Start Date: 04/Jul/19 02:56
Worklog Time Spent: 10m
Work Description: mukul1987 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_r300213230
##########
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:
Thanks for the review @bharatviswa504. This value is being reduced otherwise
we run into too many open files exception.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 271987)
Time Spent: 2h 50m (was: 2h 40m)
> 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 50m
> 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: [email protected]
For additional commands, e-mail: [email protected]