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

Why is ParallelBatchWriterMode used when Applying Oplogs

    XMLWordPrintableJSON

Details

    • Icon: Question Question
    • Resolution: Done
    • Icon: Critical - P2 Critical - P2
    • None
    • None
    • Replication
    • None

    Description

      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?

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: