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

Evict server should be parallelized

    • Type: Icon: Bug Bug
    • Resolution: Incomplete
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • ALL

      Evict-server is single-threaded in wiredtiger. Sometimes it becomes the bottleneck under heavy write workloads. As WT cache-used and cache-dirty get too high, app threads are stuck in evict-worker process but won't help.

      Single-threaded evict-server may lead 2 problems:

      1. Reduce write performance even in multi-core machines.
      2. The related cpu core usage spikes to 100% when evict-server is busy.

        1. image-2021-05-21-17-28-30-711.png
          59 kB
          peng zhenyi
        2. image-2021-05-21-17-30-18-131.png
          88 kB
          peng zhenyi

            Assignee:
            dmitry.agranat@mongodb.com Dmitry Agranat
            Reporter:
            pengzhenyi peng zhenyi
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: