Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-14187

Investigate changes in SERVER-54260: Ensure that DDL operations are only audited on Primaries

      Description

      Downstream Change Summary

      This change will make all DDL operations be audited only on primaries, not secondaries.

      Description of Linked Ticket

      DDL operations are currently audited on primaries and secondaries. Unfortunately, the audit hooks for these operations are buried in the execution machinery which is invoked during parallel batch application. This means that synchronous file writes, to the log file, are performed in the critical path of oplog application, potentially impairing the node's ability to keep up with its primary.

      We should prevent secondaries from emitting DDL audit events for replicated changes.

       

      Note that we must still record DDL events for local, non-replicated changes. These are DDL operations on the local database, and any collection named system.profile.

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            jason.price@mongodb.com Jason Price
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              3 years, 12 weeks ago