You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the exporter with Java 11, and it works great ... for a while. It runs fine, downloading 73818 artifacts, and then seems to stop fetching lists of more artifacts to download, for the worker-threads finish their workload, and then just halts. The app is still running, waiting for something that never arrives.
2021-08-24 10:36:13.452 INFO 2736 --- [pool-1-thread-3] fr.kage.nexus3.DownloadRepository : Downloaded 73174 assets on 73181 found
The discrepancy between found and downloaded is that it tries to download artifacts that have already been downloaded.
I'm at a loss how to attack this for debugging purposes. I'm not sure if there's some artifact that causes this behavior or if it's the exporter itself, or even our Nexus instance.
The text was updated successfully, but these errors were encountered:
I run the exporter with Java 11, and it works great ... for a while. It runs fine, downloading 73818 artifacts, and then seems to stop fetching lists of more artifacts to download, for the worker-threads finish their workload, and then just halts. The app is still running, waiting for something that never arrives.
2021-08-24 10:36:13.452 INFO 2736 --- [pool-1-thread-3] fr.kage.nexus3.DownloadRepository : Downloaded 73174 assets on 73181 found
The discrepancy between found and downloaded is that it tries to download artifacts that have already been downloaded.
I'm at a loss how to attack this for debugging purposes. I'm not sure if there's some artifact that causes this behavior or if it's the exporter itself, or even our Nexus instance.
The text was updated successfully, but these errors were encountered: