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
There is a race condition with threaded collection download that can cause console errors. The condition occurs when a collection contains multiple models that all depend on the same upstream model. If the -j N command line option is used, where N > 1, with collection download then the downstream models can simultaneously download and unzip the same upstream model. The result are errors like:
Environment
Description
There is a race condition with threaded collection download that can cause console errors. The condition occurs when a collection contains multiple models that all depend on the same upstream model. If the
-j N
command line option is used, where N > 1, with collection download then the downstream models can simultaneously download and unzip the same upstream model. The result are errors like:Steps to reproduce
These errors can be seen using
ign fuel download -v 4 -j 8 -u "https://fuel.ignitionrobotics.org/openrobotics/collections/SubT Tech Repo"
.The text was updated successfully, but these errors were encountered: