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

Make replicated commands behave differently during replication

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None
    • Minor Change

      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)

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

              Created:
              Updated:
              Resolved: