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

Why is ParallelBatchWriterMode used when Applying Oplogs

    • Type: Icon: Question Question
    • Resolution: Done
    • Priority: Icon: Critical - P2 Critical - P2
    • None
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None

      In function OpTime SyncTail::multiApply, ParallelBatchWriterMode is used.
      If primary is writing heavily, the latency of reading slaves will be very unstable. In our production environment, it may be 400 to 1000ms,
      I know that ParallelBatchWriterMode is a global resource lock, which will block every read operation on every collections.
      My question is that: why is it necessary to stop reads on collections other than oplog.rs?
      Why can not a lock on local db satisfy the concurrency model?

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            wolf_kdy deyukong
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: