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

system.session is not found locally when created as unsplittable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • CAR Team 2024-09-16, CAR Team 2024-09-30

      After SERVER-81190 we added a special check in the commit phase to handle the "system.session" collection in case is created as unsplittable.
      Every unsplittable collection should be guaranteed to be found in the local catalog of the primary in case it already exists. This allows the coordinator to early exit. However, for "system.session" the check constantly fails. This will cause the coordinator to

      • reach the commit phase
      • fail to commit on the sharding catalog (already exist)
      • re-try indefinitely

      The goal of this ticket is to investigate why system.session fails the check

            Assignee:
            enrico.golfieri@mongodb.com Enrico Golfieri
            Reporter:
            enrico.golfieri@mongodb.com Enrico Golfieri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: