sadanand48 opened a new pull request, #7941:
URL: https://github.com/apache/ozone/pull/7941

   ## What changes were proposed in this pull request?
   For the performance fix due to which tarball creation takes time, HDDS-12064 
should help.  This PR just makes sure to 
   1. closeArchiveEntry in case of Exception to avoid  `Suppressed: 
java.io.IOException: This archive contains unclosed entries.` when the 
operation fails midway due to client timeout etc
   2. flush after adding each entry so it's visible to the client quicker
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-10764
   
   ## How was this patch tested?
   The issue is not easily reproducible, this is just a code refactor.


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

Reply via email to