jojochuang opened a new pull request, #6418: URL: https://github.com/apache/ozone/pull/6418
## What changes were proposed in this pull request? HDDS-10564. Make Outputstream writeExecutor daemon threads. Please describe your PR in detail: [HDDS-10383](https://issues.apache.org/jira/browse/HDDS-10383) added new thread pools in the output stream. They should be made daemon threads so that processes don't wait for them when exiting. (The bug is in the command line which does not close FileSystem object. Nonetheless, it would still be a good idea to make these thread pools daemon) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10564 ## How was this patch tested? Deployed on a real cluster, with HBase on Ozone, repeated the same command to verify that the command no longer hangs. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
