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

simplify logApplyOps (op_observer_impl.cpp) return type

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Execution Team 2022-12-12

      The logApplyOps() function currently returns an OpTimeBundle, which is an internal type to op_observer_impl.cpp. The only caller of this function uses the `writeOpTime` and ignores the other fields. To simply the function signature and support integration with SERVER-70899, we could replace the return type with OpTime.

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            benety.goh@mongodb.com Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: