While syncing an Ubuntu repo with pulp_deb
, I’m seeing a lot of warning messages like the following:
Not enough data to satisfy content length header.'>)
pulp [49d4ebbf591444d6b6f949dc66cfd9a0]: backoff:INFO: Backing off download_wrapper(...) for 0.3s (aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed: <ContentLengthError: 400, message='Not enough data to satisfy content length header.'>)
Backing off download_wrapper(...) for 0.7s (aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed: <ContentLengthError: 400, message='Not enough data to satisfy content length header.'>)
The sync eventually completes, but the logs fill up with these retries.
- What exactly do these warnings mean?
- Is this expected when syncing from Ubuntu upstream mirrors, or does it indicate something wrong with the remote server/network?
- Is there anything we can configure in
pulp_deb
to reduce or avoid these warnings (e.g., retries, mirror selection)?
Thanks in advance