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

possible for writes/updates miss config change without SCE during auto-update of versions in _check

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.1.1
    • Component/s: Sharding
    • Labels:
      None
    • ALL

      Before we return a sharded connection we check that the version is up-to-date on all connections to that namespace. This check does not throw a stale config exception, and prevents further stale config exceptions.

      In write operations, we first find a chunk for the update with given config data then assume we'll get a stale config exception if this config data changes before we use it. Since the config data changes without throwing this exception and the config data is also up-to-date, we don't get an exception or a writeback.

      Could be other complications.

            Assignee:
            greg_10gen Greg Studer
            Reporter:
            greg_10gen Greg Studer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: