Details

    • Sub-task
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 3.3.0
    • 3.3.0
    • fs/s3, test
    • None

    Description

      Reported failure of ITestDirectoryCommitMRJob in validation runs of HADOOP-16186; assertIsDirectory with s3guard enabled and a parallel test run: Path "is recorded as deleted by S3Guard"

          waitForConsistency();
          assertIsDirectory(outputPath) /* here */
      

      The file is there but there's a tombstone. Possibilities

      • some race condition with another test
      • tombstones aren't timing out
      • committers aren't creating that base dir in a way which cleans up S3Guard's tombstones.

      Remember: we do have to delete that dest dir before the committer runs unless overwrite==true, so at the start of the run there will be a tombstone. It should be overwritten by a success.

      Attachments

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: