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

Reload views when onInitialDataAvailable happens

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • v8.0
    • CAR Team 2024-04-15, CAR Team 2024-04-29, CAR Team 2024-05-13
    • 143

      The issue is coming from the following events:

      • A collection cloning starts on the syncing shard
      • Index build starts on the syncing shard (_id_)
      • Collection dropped on the primary shard
      • Index build stops on the syncing shard (_id_)
      • Uncommitted indices get dropped on the syncing shard
      • Oplog replay begins on the syncing shard
      • An oplog entry relies on the _id_ index on the syncing shard
      • Crash

       
      The regression is coming from SERVER-78615

      The suggested solution is to not to perform modifications on views while initial data sync happens, and when onInitialDataAvailable happens, reload the views

            Assignee:
            adam.farkas@mongodb.com Wolfee Farkas
            Reporter:
            adam.farkas@mongodb.com Wolfee Farkas
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: