Intermittent container settings error with Azure pool #2510
Replies: 9 comments 42 replies
-
@manuelesimi have you ever seen this? ☝️ |
Beta Was this translation helpful? Give feedback.
-
The last build it's all green. I conclude that was some kind of temporary issue on Azure side https://github.com/nextflow-io/nextflow/actions/runs/1608780159 |
Beta Was this translation helpful? Give feedback.
-
Umm, not got a timeout error. Still think it's an Azure issue, better to keep an eye open if there's any regression on Azure Batch execution on 21.12.0-edge release
|
Beta Was this translation helpful? Give feedback.
-
No way, this still continues to happen. can't see anything wrong in the log
|
Beta Was this translation helpful? Give feedback.
-
Other users are reporting the same error using 21.10.6, therefore it's not a problem caused by the latest edge https://gitter.im/nextflow-io/nextflow?at=61cde6915dc6213cd4ba2265 |
Beta Was this translation helpful? Give feedback.
-
So, I finally encountered this error too after updating to the latest code on master (but I can't imagine how this relates to the error, since the plugin version is still 0.11.2). Looking at the error messages and the task log on Azure, I got the feeling that from time to time the docker client on the Azure node fails to pull the image from the Docker registry. This error:
is often associated to Dropping my two cents here, we could consider to:
Not sure if either of them would solve. |
Beta Was this translation helpful? Give feedback.
-
I tried to fix it in this PR #2534. |
Beta Was this translation helpful? Give feedback.
-
Manuele find out that this problem is related to this Azure Batch issue Azure/Batch#4. It looks like happening when the image is too big (not in this case) but consequently it can also be cause by a slow network connection. |
Beta Was this translation helpful? Give feedback.
-
Interesting update Azure/Batch#4 (comment) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting an intermittent error when running Nextflow tests with Azure
https://github.com/nextflow-io/nextflow/runs/4586840414?check_suite_focus=true
It reports a problem with the container settings, however, I don't see anything wrong
A bit more suspicious the second error read timeout, tho not clear which component is performing that connection. Maybe just a temporary hiccup.
Beta Was this translation helpful? Give feedback.
All reactions