我在GCE實例的docker中有一個couchbase-server。在docker中使用go-couchbase超時錯誤的couchbase-server服務器
嘗試使用此包https://godoc.org/github.com/couchbase/go-couchbase#GetBucket並遵循該示例,但出現超時錯誤。
2015/04/06 17:32:34 Trying with selected node 0
2015/04/06 17:33:49 HTTP request returned error Get http://172.17.0.2:8092/default/_design/someKey: dial tcp 172.17.0.2:8092: operation timed out
2015/04/06 17:33:49 error Get http://172.17.0.2:8092/default/_design/someKey: dial tcp 172.17.0.2:8092: operation timed out
exit status 1
我試着在我的碼頭上執行我的golang腳本在同一主機上,它工作正常。但來自其他機器或本地,它將無法工作
你知道有什麼方法可以改變SDK中的超時,這可能有助於解決問題嗎? – gabe3886 2015-06-26 13:52:16
尋找這個答案以及... – Brett 2016-10-06 21:13:05