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

Disable index consistency check in shard_removal_triggers_catalog_cache_invalidation.js

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.4
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Sharding 2020-02-24
    • 37

      shard_removal_triggers_catalog_cache_invalidation.js uses two routers, removes a shard using one of them, shuts down the shard, then waits for the other router to reload its shard registry and stop targeting the removed shard. The index consistency shutdown hook runs commands on the first router, which isn't guaranteed to have reloaded its shard registry and may fail to target the shut down shard, failing the test. To avoid this, the index hook should be disabled.

            Assignee:
            jack.mulrow@mongodb.com Jack Mulrow
            Reporter:
            jack.mulrow@mongodb.com Jack Mulrow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: