You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Daniel Shahaf (Jira)" <ji...@apache.org> on 2022/03/16 21:16:00 UTC

[jira] [Created] (SVN-4896) Review crash-safety of new temporary files

Daniel Shahaf created SVN-4896:
----------------------------------

             Summary: Review crash-safety of new temporary files
                 Key: SVN-4896
                 URL: https://issues.apache.org/jira/browse/SVN-4896
             Project: Subversion
          Issue Type: Improvement
          Components: libsvn_wc
            Reporter: Daniel Shahaf


Audit the new code and verify that all temporary files are created in a crash-safe way; that is: in such a way that if libsvn_wc is SIGKILL'd during an operation (during or after hydrating and before dehydrating), then the temporary file will be deleted by svn at some point in the future.

E.g., if libsvn_wc is killled halfway through hydrating a 10GB file, make sure the 5GB tempfile won't just be left behind forever, but will be deleted by svn later.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)