Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This feature will integrate with ATLAS-3595.
Migration import should start when the data (zip) to be ingested is available at the pre-configured location.
Approach:
ZipMigrationImporter will first check if zip is available, accessible & completely written.
- If yes, migration will start ingesting zip.
- if not, will poll the location periodically. when existence is detected, import will proceed as usual.
It uses the file size comparison approach. Once modify event is received, file size is compared in an interval. If sizes match, it means file is available and not being written.
Attachments
Attachments
Issue Links
- is part of
-
ATLAS-3595 Data Migration: Support zip file for data migration
- Resolved