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

Address "query_exec" dependency on "transaction" library.

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.10
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Sharding 2019-03-25, Sharding 2019-04-08

      Planned changes to the TransactionHistoryIterator will require it to call into the query_lib's getExecutorFind() function. However, query_lib already has a dependency on the transaction library, so this call would create a dependency cycle.

      It looks like this dependency is the result of UpdateStage::assertDocStillBelongsToNode(). Is there some way we can break that dependency so that the transaction library can safely depend on query_lib?

            Assignee:
            janna.golden@mongodb.com Janna Golden
            Reporter:
            justin.seyster@mongodb.com Justin Seyster
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: