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

Make replicated commands behave differently during replication

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Replication
    • None
    • Minor Change

    Description

      The following commands can fail during replication when they should not; when being applied during replication with "fromRepl" they should behave differently:

      • create collection (should check if collection already exists with spec. opts)
      • create index (should already work)
      • convert to capped (check that the collection is capped)
      • drop db (don't error if missing)
      • drop collection (don't error if missing)
      • drop index (don't error if missing)

      Attachments

        Activity

          People

            Unassigned Unassigned
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: