Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1902

[Python] Remove mkdir race condition from write_to_dataset

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • Python

    Description

      If two processes create the same directory tree, one of them might see that a directory does not exist but before the actual call to mkdir is done, the second process already created the directory. In this case the former process will raise an exception.

      Attachments

        Issue Links

          Activity

            People

              uwe Uwe Korn
              uwe Uwe Korn
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: