-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with MongoDB Atlas style DBURL #321
Comments
I am actually not sure this is a valid URL format... mlab should also offer a short version of a connection URL (w/o the explicit sharding locations) - can you please try that one? Thanks! |
@uvaaland is this still an issue? |
As far as I know. Vivek provided me with an MLAB url which I have been working on. I could try it again with the new url format and update the ticket accordingly. |
Thanks Uno, no worries. The important thing is that you are up and running. We will pick up testing from here on. |
We should:
|
@uvaaland , I will close this ticket for now as it has not been updated for a while. Also supporting mlab/atlas won't be a problem since there is a dedicated mongodb server from RADICAL team to use but feel free to reopen if this still should be addressed and leave a comment. |
mLab has been acquired by MongoDB, Inc which means that all new users on www.mlab.com will be users on MongoDB Atlas instead. It is still possible to set up a free database, but the url format is different.
When trying to use this as
RADICAL_PILOT_DBURL
the following error occurs:Which suggests that there is an issue with the way that EnTK tries to parse the URL.
To verify that the problem originates in the EnTK layer I tried to open up a Python shell and connect to the database with the above url, and I was able to do that successfully.
Just wanted to open a ticket on this since mLab is moving to MongoDB Atlas, so it would be good to make sure that EnTK can also deal with this url format.
session.tar.gz
Attached are all the session files and
verbose.log
The text was updated successfully, but these errors were encountered: