Hi Team ,
I am using pulp openshift operator and is managing the repository using the route mirrors . I am getting intermittent connection timed out error when running pulp command or when clients try to download the packages . Openshift resources looks fine and there are no errors in logs or events .
Out of 10 , I get connection reset for 2-3 times
Eg:
root@yd6543:~]# pulp rpm repository list
Error: (‘Connection aborted.’, ConnectionResetError(104, ‘Connection reset by peer’))
[root@yd654:~]# pulp rpm repository list
[
{
“pulp_href”: “/pulp/api/v3/repositories/rpm/rpm/0191dff7-4582-7f76-abcf-5889d41655a7/”,
Error on clients:
[MIRROR] kernel-modules-5.14.0-427.35.1.el9_4.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for
https://pulp-server-prod-ocp-pulp-2vlx.apps.inf-oip00.dbadmin.danskenet.net/pulp/content/test/rhel9/baseos/Packages/k/kernel-modules-5.14.0-427.35.1.el9_4.x86_64.rpm
[OpenSSL SSL_read: Connection reset by peer, errno 104]
And with next try it works . Any suggestions or clue on similar issues ?
(I have reverted repo mirror to old setup due to this errors. ).