Non-stop Atlas errors

For the last 2-3 days, I have been experiencing all kinds of errors in working with my free tier instance. It looks like it’s because of problems with Atlas. Atlas throws an error and then Realm gets messed up.

I’ve tried deleting my Realm and Atlas Project and starting fresh at least two times.

It’s spooking me and giving me pause as to whether Realm is a reliable solution for my project. It also is making it very hard to develop with. I’m always running into a random error. It didn’t used to be like this.

I chatted with a support guy. He said he had never seen one of my deployment errors that I had encountered.

Anyone else have these issues?

Here are a selection of the errors:

server selection error: server selection timeout, current topology: { Type: ReplicaSetNoPrimary, Servers: [{ Addr: cluster0-shard-00-00.5i19u.mongodb.net:27017, Type: RSSecondary, State: Connected, Tag sets: nodeType=ELECTABLE,region=US_EAST_1,workloadType=OPERATIONAL,provider=AWS, Average RTT: 1299209 }, { Addr: cluster0-shard-00-01.5i19u.mongodb.net:27017, Type: Unknown, State: Connected, Average RTT: 0, Last error: connection() : connection(cluster0-shard-00-01.5i19u.mongodb.net:27017[-587159]) incomplete read of message header: EOF }, { Addr: cluster0-shard-00-02.5i19u.mongodb.net:27017, Type: Unknown, State: Connected, Average RTT: 0, Last error: connection() : connection(cluster0-shard-00-02.5i19u.mongodb.net:27017[-587157]) incomplete read of message header: EOF }, ] }

Failed to insert documents: this service was recently updated, so it may take several minutes until the cluster can be connected to. Error: error connecting to MongoDB service cluster: failed to ping: server selection error: server selection timeout, current topology: { Type: ReplicaSetNoPrimary, Servers: [{ Addr: cluster0-shard-00-02.5i19u.mongodb.net:27017, Type: Unknown, State: Connected, Average RTT: 0, Last error: connection() : connection(cluster0-shard-00-02.5i19u.mongodb.net:27017[-941172]) incomplete read of message header: EOF }, { Addr: cluster0-shard-00-00.5i19u.mongodb.net:27017, Type: Unknown, State: Connected, Average RTT: 0, Last error: connection() : connection(cluster0-shard-00-00.5i19u.mongodb.net:27017[-941155]) incomplete read of message header: EOF }, { Addr: cluster0-shard-00-01.5i19u.mongodb.net:27017, Type: RSSecondary, State: Connected, Tag sets: provider=AWS,nodeType=ELECTABLE,region=US_EAST_1,workloadType=OPERATIONAL, Average RTT: 66414342 }, ] }

mongo error 6

1 Like