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

Move feature flag check from router to primary shard

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing

      It is unsafe to perform check on feature flags that are bounded by FCV on the router. We will need the check to the primary shard. The new workflow will be:

      • Route the createDatabase command always to the primary shard
      • Check if the feature flag is enabled
        • If not, send the command back to the config server to execute the old code path
        • Otherwise, continue executing the new path

      We might be able to take advantage of the primaryShard option to avoid rerunning the primary shard selection on the config server.

            Assignee:
            Unassigned Unassigned
            Reporter:
            yuhong.zhang@mongodb.com Yuhong Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: