MongoDB issue with nutmeg.2 and Tutor?

I recently moved from version v14.0.3 to v14.0.4.

Migrating from nutmeg.1 to nutmeg.2 with our own fork.

I have a strange error message but I didn’t change anything in config.yml between using nutmeg.1 or nutmeg.2

pymongo.errors.ServerSelectionTimeoutError: client is configured to connect to a replica set named '' but this node belongs to a set named 'None', Timeout: 30s, Topology Description: <TopologyDescription id: 6303af6359f72245b1f5b70d, topology_type: Single, servers: [<ServerDescription ('mongodb', 27017) server_type: Unknown, rtt: None, error=ConfigurationError("client is configured to connect to a replica set named '' but this node belongs to a set named 'None'")>]>

As a quick fix, where would I specify the mongo replica set in config.yml?

2 Likes

Dave Ormsbee merged a fix in the nighlty branch that will land in tutor 14.0.5. You can probably cherry-pick it in the mean time.

3 Likes

Oh… So I once again reproduced a bug :grin:

Thanks @BbrSofiane you just saved me a couple of hours of digging around to see what was happening.

Good thing I was in a meeting since I wrote my post

2 Likes

Thx @BbrSofiane

It should be noted that Tutor v14.0.5 has been releases earlier this week and the fix is included in it.

1 Like