In append log response, we should not do conn reconfigure of wired tiger.

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Fully Compatible
    • WhatThePelly - 2025-09-02
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Notice that each append response, causes an update on materialized offsets, calling WiredTigerKVEngine::setLastMaterializedLsn, which then proceeds to perform a __conn_reconfigure. This accounts for roughly 2% of CPU. Why is this? (This is on the callback thread, so it slows everything down).
      Note also that a read causes a flush(), so if the callback thread is delayed, previous writes might be sitting in the buffer?

      See deep dive notes.

            Assignee:
            Ruby Chen
            Reporter:
            Jagadish Nallapaneni
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: