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

Wrap encryption options check in a feature flag

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Execution EMEA Team 2023-10-30
    • 40

      As part of SERVER-79496 we banned encryption options from being passed to the createCollection command starting on 7.2.

      We wrote this check without an FCV guard. This turns out to break the FCV guarantee since a mixed version replicaset with the same FCV will have different behaviour of nodes. One node would fail, while another succed.

      We should wrap this in a feature flag that's already enabled starting on 7.2 in order to get proper mixed version support.

            Assignee:
            jordi.olivares-provencio@mongodb.com Jordi Olivares Provencio
            Reporter:
            jordi.olivares-provencio@mongodb.com Jordi Olivares Provencio
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: