Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-2304

mongodump 4.2 transactions support

      MongoDB 4.2 will add large transactions exceeding 16mb as well as prepared transactions. These will appear in the oplog differently than 4.0 transactions and tools will need to handle these in new ways:

      • mongodump:
        • When marking the start point for dumping the oplog, start from the oldest active transaction timestamp, not from the latest oplog timestamp
        • Oldest active transaction timestamp is found by scanning the config.transactions collection.
        • See this server code for details

            Assignee:
            david.golden@mongodb.com David Golden
            Reporter:
            david.golden@mongodb.com David Golden
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: