-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: mongofiles
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'
- is related to
-
TOOLS-2287 URI parser incorrectly prints unsupported parameter warnings
- Closed