Stop the shard chunk loader from scheduling persistence tasks with mixed version chunks

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.5.12
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • Fully Compatible
    • Sharding 2017-08-21
    • 0
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      It's possible for a remote query to the config.chunks to return results containing chunks that change version epoch in the middle, if the query executes around a drop and recreate of a collection. The ShardServerCatalogCacheLoader currently schedules such results for persistence and deals with it down the line. Instead, it should just avoid scheduling such tasks, and thus avoid special handling later.

      An ConflictingOperationInProgress error must be returned to the caller if mixed results are found, to meet the CatalogCache's expectations.

            Assignee:
            Dianna Hohensee (Inactive)
            Reporter:
            Dianna Hohensee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: