-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.22.0
-
Fix Version/s: 3.22.1
-
Labels:
Currently as the cleanup task for cleanup policies rebuilds removes Maven assets, maven metadata is rebuilt synchronously.
Rebuilding Maven metadata can be an expensive operation. To improve the completion time of the Cleanup task, the task should avoid rebuilding maven metadata synchronously during the task.
Expected
Make the cleanup task flag maven metadata as "dirty", and then rebuild maven metadata only when it is requested during a build, or by another operation that is meant to explicitly rebuild maven metadata.
- relates
-
NEXUS-24128 REST API delete requests for Maven components can have slow performance
-
- Closed
-