mocobeta commented on PR #41: URL: https://github.com/apache/lucene-jira-archive/pull/41#issuecomment-1183234776
Works fine for me - it now processes the whole Jira dump in about 80 minutes with four workers. ``` python src/jira2github_import.py --min 1 --max 10648 --num_workers 4 ``` All logs were correctly written in a single file as before (the order was not sequential this time). ``` [2022-07-13 20:50:19,001] INFO:jira2github_import: Converting Jira issues to GitHub issues in /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data. num_workers=4 [2022-07-13 20:50:19,173] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-1.json [2022-07-13 20:50:19,295] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-2.json [2022-07-13 20:50:19,583] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-3.json [2022-07-13 20:50:19,799] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-5.json [2022-07-13 20:50:19,920] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-6.json ... [2022-07-13 22:09:17,144] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-10646.json [2022-07-13 22:09:17,237] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-10645.json [2022-07-13 22:09:17,395] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-10648.json [2022-07-13 22:09:17,577] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-10647.json [2022-07-13 22:09:20,118] DEBUG:jira2github_import: GitHub issue data created: /mnt/hdd/repo/lucene-jira-archive/migration/github-import-data/GH-LUCENE-10643.json [2022-07-13 22:09:20,122] INFO:jira2github_import: Done. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org