mokai created HBASE-28806: ----------------------------- Summary: ExportSnapshot failed if reference file presented Key: HBASE-28806 URL: https://issues.apache.org/jira/browse/HBASE-28806 Project: HBase Issue Type: Bug Components: snapshots Affects Versions: 2.4.14 Reporter: mokai
ExportSnapshot tasks failed due to FNFE. If there are reference files in data.manifest, they are converted to referred files, so same referred files are handled in multi map tasks. It will cause FNFE if the same file copied in different map tasks concurrently. -- This message was sent by Atlassian Jira (v8.20.10#820010)