URI parse interprets `socketTimeoutMS` value as seconds (not ms)

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 3.4.0-rc3
    • Affects Version/s: None
    • Component/s: Shell
    • Fully Compatible
    • ALL
    • Platforms 2016-11-21
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      MongoURI::connect parses the value of the argument, then passes it to ConnectionString::connect, which hands it off to DBClientConnection::setSoTimeout which takes seconds.

      Since this is clearly too easy to get wrong, I think the fix should be to switch to using durations. for all of the above.

      However the alternative is to divide by 1000 right after parsing because ConnectionString::connect is also called (correctly?) with a value in seconds.

              Assignee:
              Matt Cotter (Inactive)
              Reporter:
              Matt Cotter (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: