ashishkumar50 opened a new pull request, #7981: URL: https://github.com/apache/ozone/pull/7981
## What changes were proposed in this pull request? Container imports in DN is done in parallel and by default 20 container imports are possible at the same time on single DN. During import DN don't reserve memory and due to which these imports may fail due to "disk out of memory". To fix this problem we are reserving memory for container import similar like "create container". During import if there is no space left on disk to incorporate new container, we fail import operation gracefully. If we don't reserve and directly do the import in disk full case, it leads to other impact like "volume failure". ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12235 ## How was this patch tested? TBD -- 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]
