--
You received this message because you are subscribed to the Google Groups "mongodb-go-driver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-go-driver+unsubscribe@googlegroups.com.
To post to this group, send email to mongodb-go-driver@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-go-driver/edb82e34-972c-4f27-bfee-e2d43f24913e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Adam,What version of the driver are you using and are you using Atlas? If so, are you using the free tier or do you have a paid plan?Thanks,Kris
On Wed, Aug 1, 2018 at 3:25 PM, Adam Geiger <arge...@gmail.com> wrote:
I am taking a look at a problem I am seeing where a new connection is established to a cloud Mongo DB and every so often it fails due to:dial tcp [ip:port]: i/o timeoutordial tcp [ip:port]: getsockopt: connection timed outI have taken a look in the connection package and put some print statements in pool.go under the get(...) function. I see it use existing connections for a little and then create a new connection every so often, leading to my problem above.I was wondering how connection and pooling logic works and if I can do anything from it creating new connections. The longest time I wait before issuing a function from a collection is 1 minute.Any documentation or guidance will greatly be appreciatedThanks
--
You received this message because you are subscribed to the Google Groups "mongodb-go-driver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-go-dri...@googlegroups.com.
To post to this group, send email to mongodb-...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-go-driver+unsubscribe@googlegroups.com.
To post to this group, send email to mongodb-go-driver@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-go-driver/505aa94c-da4a-4096-b399-7965bfd061af%40googlegroups.com.