You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The temp file is deleted after each loop iteration (in the finally
block), but the metadata batch is flushed later — so the temp_path
stored in the batch points to a deleted file.
Fix: use temp_path only for artifact_to_python_content_data (avoids
one S3 read per package). The metadata batch falls back to
artifact_to_metadata_artifact's original behavior for the second read.
Combined with BULK_SIZE=250, this is still a major memory improvement.
JIRA: PULP-1573
0 commit comments