Closed jlhg closed 6 years ago
Hi Jian-Long,
The problem appears to be with Google Compute Engine or something in the way that the Pipelines API v1alpha2
Docker setup interacts with GCE.
The problem has been reported on this thread:
https://groups.google.com/forum/#!topic/google-genomics-discuss/yXnSHobOYmE
I would suggest following up there. You may have some additional information that helps debug the problem.
That said, for your own purposes to get moving, you can use the "google-v2" provider for dsub. We just recently announced it here. This is support for the Pipelines API v2alpha1
and is where future enhancements will be added.
This issue has been fixed in the Google Genomics v1alpha2 API.
Hello,
I'd like to report an issue. Here's the points:
Below is the error log:
I login Runner VM and issue the command
sudo sysctl -w net.ipv4.ip_forward=1
in it, the network connection problem inside the docker container is resolved.The value of
net.ipv4.ip_forward
in new created Runner VM is 1. It's strange that the value changes to zero after a long time run.