Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Duplicate
-
3.4.0
-
None
-
None
-
ALL
Description
MongoDB 3.4.0 Windows binary community edition, MongoDB 3.4.0 Windows binary Enterprise.
Command like this:
mongo.exe --host rs34/host1:27341,host2:27342,host3:27343
|
raises the error
2016-12-14T15:12:39.703+0500 E QUERY [main] Error: Failed to parse mongodb:// URL: mongodb://rs34/host1:27341,host2:27342,host3:27343 :
|
connect@src/mongo/shell/mongo.js:234:13
|
@(connect):1:6
|
exception: connect failed
|
Using mongodb:// connection string works fine.
Versions 2.6,3.2 connect successful in the both cases.
Attachments
Issue Links
- duplicates
-
SERVER-27289 Shell: mongo --host replSet/Host:Port no longer works
-
- Closed
-