As part of the MongoDB World Hackathon, I’m trying to import more data into my cluster and I’m now experiencing this error which I didn’t have the first time I ran this import script
This issue is very similar to an earlier one but I’m having difficulty applying the solution there.
Perhaps more newbie-friendly instructions as to what I should do will help because I saw instructions concerning changing host name or port to replica set something, but I didn’t quite what exactly to do.
Tagging the people from the similar issue incase they can help out: @Kushagra_Kesav @Ramachandra_Tummala @Joshua_Cadavez
System details are:
Ubuntu 20.04.4 LTS
Python 3.10.4
MongoDB shell version v5.0.8
mongo --version:
Build Info: {
"version": "5.0.8",
"gitVersion": "c87e1c23421bf79614baf500fda6622bd90f674e",
"openSSLVersion": "OpenSSL 1.1.1f 31 Mar 2020",
"modules": [],
"allocator": "tcmalloc",
"environment": {
"distmod": "ubuntu2004",
"distarch": "x86_64",
"target_arch": "x86_64"
}
}