microsoft / ga4gh-tes

C# implementation of the GA4GH TES API; provides distributed batch task execution on Microsoft Azure
MIT License
32 stars 27 forks source link

iptables occasionally reports "Another app is currently holding the xtables lock" #682

Closed MattMcL4475 closed 4 months ago

MattMcL4475 commented 4 months ago

Describe the bug A rare transient error can appear that results when xtables is locked. iptables error is "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?". This results in the task failing.

Steps to Reproduce Transient

Expected behavior It should wait for up to 30s for the transient issue to resolve itself

BMurri commented 4 months ago

closed via #681