Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-8019

GLE with 'w' on --configsvr instances times out

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.3.2
    • Affects Version/s: None
    • Component/s: Replication, Sharding
    • Labels:
      None
    • ALL

      At HEAD, connecting to a config server instance directly, doing an insert to the admin DB, and calling GLE with a numeric w values causes GLE to timeout:

      > use admin;
      > db.foo.insert({a:1});db.getLastError(3,5000);
      Inserted 1 record(s) in 0ms
      timeout
      

      The behavior is the same if you connect through mongos and write to the admin DB.

      In 2.2 this would just return with the message "norepl"

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            spencer@mongodb.com Spencer Brody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: