-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: 5.8.0, 5.8.3
-
Fix Version/s: 6.1.0
-
Component/s: None
-
Labels:None
-
Severity:High
When deploying few Debian packages at the same time, not all the artifacts get indexed - issue occur when running Artifactory HA.
The issue occur when some of the artifacts are deployed using different HA members.
Steps to reproduce the issue:
1. install Artifactory HA enviorment.
2. collect few Debian packages for upload.
3. deploy the artifact at the same, for example using the following script:
#!/bin/bash artifacts=$(ls testDeb) for deb in $artifacts; do curl -uadmin:password -XPUT "http://localhost:8081/artifactory/debian-local/pool/$deb;deb.distribution=development;deb.component=artif;deb.architecture=amd64" -T ./testDeb/$deb & done
4. download the relevant 'Packages' file and look for the number of indexed artifacts (will be lower than the artifacts number).
- relates to
-
RTFACT-17035 Items might stuck in the workqueue for a long time until execution
- Done