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

Blacklist shard_existing_coll_chunk_count.js from last_stable suite

    • Fully Compatible
    • ALL
    • Sharding 2018-10-08
    • 4

      In mixed version 4.0/4.2 clusters, both mongos and shards will be triggering autosplits for chunks. In the case of this test, sometimes mongos will trigger a split for a chunk that no longer exists (because of concurrent splits or because its routing info is stale), but when it does this, it prevents the shard from acquiring the dist lock when it attempts to do the split for the chunk we're actually expecting to split. So, the shard gets a LockBusy error on trying to acquire the dist lock, and we don't end up with as many chunks as we were expecting. This behavior is not incorrect, but it is difficult to avoid in this test, so we can just blacklist it for the last stable suite.

            Assignee:
            janna.golden@mongodb.com Janna Golden
            Reporter:
            matthew.saltz@mongodb.com Matthew Saltz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: