Wrap encryption options check in a feature flag

XMLWordPrintableJSON

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

      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
              Reporter:
              Jordi Olivares Provencio
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: