Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Won't Fix
-
None
-
None
Description
It looks like it is intended that mongofiles should parse the following URI options:
KnownURIOptionsWriteConcern = []string{"wtimeout", "w", "j", "fsync"} |
However, using w, j, and fsync cause the following error:
mongofiles --uri="mongodb://localhost:27019/filestest?w=majority" put <file> |
2019-10-07T17:53:16.866+0200 WARNING: ignoring unsupported URI parameter 'w' |
Attachments
Issue Links
- is related to
-
TOOLS-2287 URI parser incorrectly prints unsupported parameter warnings
-
- Closed
-