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

Support deprecating IDL-defined server parameters

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: IDL
    • None
    • Server Programmability

      Server parameters are rarely removed, since doing so can break downstream users of them. Typically, these parameters are instead deprecated and made noops rather than removed outright to avoid these issues. We should support marking server parameters as deprecated at the IDL level to make this behavior more uniform (e.g. logging whenever a user attempts to set one of these) and to avoid generating dead code, similar to ignore: true command parameters.

            Assignee:
            Unassigned Unassigned
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: