sonatype / nexus-public

Sonatype Nexus Repository Open-source codebase mirror
https://www.sonatype.com/products/repository-oss-download
Eclipse Public License 1.0
1.96k stars 579 forks source link

Severe Performance Degradation in Nexus Repository OSS After Migration to New Cluster #508

Open mrdiogon opened 2 weeks ago

mrdiogon commented 2 weeks ago

Description: Since migrating our Nexus Repository OSS (running in swarm mode) to a new cluster on Red Hat 9 with Docker 26, we have been experiencing significant performance degradation during artifact uploads. Initially, the upload speed is around 26MB/s, but it gradually decreases to 250KB/s over time. Restarting Nexus temporarily restores performance, but it degrades again within one or two days.

Steps to Reproduce:

Actual Behavior: The upload speed starts at 26MB/s but gradually decreases to 250KB/s. Restarting Nexus temporarily restores the speed, but it degrades again within one or two days.

Workaround: To mitigate the issue temporarily, we implemented an automatic daily restart of Nexus. This solution worked for about a week, but now our reverse proxy returns errors because Nexus exceeds the read timeout, despite our attempts to adjust it.

Feature or Behavior Required: Consistent and reliable upload performance is essential for our CI/CD pipeline and overall development workflow.

Nexus Repository Deployment:

Additional Information: