Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-1039

Make FileDump.recoverFile handle side files only if they exist

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.7.0, 1.6.11
    • 1.7.1
    • Java, tools
    • None

    Description

            Path sideFilePath = OrcAcidUtils.getSideFile(corruptPath);
            Path backupSideFilePath = new Path(backupDataPath.getParent(), sideFilePath.getName());
            moveFiles(fs, sideFilePath, backupSideFilePath);
      

      Check if the sideFile file exists. Compatibility test case.

      Attachments

        Issue Links

          Activity

            People

              Guiyankuang Yiqun Zhang
              Guiyankuang Yiqun Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: