It is created by `coudb.yml` using playbook, but after the first failed setup, I did not delete it so you are right, it can be considered as separately although coudb.yml will restart it.
As for the connection failure, I later find that the incorrect ip is not the cause of connection failure, the real cause is the network proxy... I use http and https proxy by default but I forgot about it, and it will not treat docker container ip as local address, thus causing endless retry. If I disable the proxy and do a clean setup from the scratch, it works with default configuration. Thanks a lot for your comment! I have two extra question though. The first is how to clean the status, can I just remove all the containers and re-execute from `./gradlew distDocker` together with all the playbooks? The second is about [incubator-openwhisk-cli](https://github.com/apache/incubator-openwhisk-cli/graphs/contributors). I already have `golang.org/x/sys/unix` but it will still try to connect to golang.org, which is blocked in my country... and it will of course fail. Occasionally I can succeed but it will fail at > > Task :getGoI18n Putting task artifact state for task ':getGoI18n' into context took 0.0 secs. Executing task ':getGoI18n' (up-to-date check took 0.0 secs) due to: Task has not declared any outputs. :getGoI18n (Thread[Task worker for ':' Thread 3,5,main]) completed. Took 1.457 secs. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':getGoI18n'. > Build failed due to return code 1 of: Command: /home/biggerfish/src/go1.10.2/bin/go get -tags '' -u github.com/jteeuwen/go-bindata/... Env: GOEXE= GOPATH=/home/biggerfish/src/openwhisk/incubator-openwhisk-cli/.gogradle/project_gopath GOROOT=/home/biggerfish/src/go1.10.2 GOOS=linux GOARCH=amd64 That looks strange because I can manually download it with `go get -u github.com/jteeuwen/go-bindata/...` Am I missing anything again? Many thanks! [ Full content available at: https://github.com/apache/incubator-openwhisk/issues/3987 ] This message was relayed via gitbox.apache.org for [email protected]
