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

Dependency tangle within query subsystem

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Platforms 2017-12-18, Platforms 2018-01-01

      There are several direct circular dependencies within the query subsystem. Notably:

      • db/query/query is directly cyclic with db/query/internal_plans. They should probably just be combined.
      • db/exec/exec is directly cyclic with db/query/query.
      • db/exec/exec is indirectly cyclic with db/query/internal_plans, since db/exec/exec depends on db/query/query which depends on db/query/internal_plans, which depends on db/exec/exec.

      Note that this tangle extends out in to sharding via a separate direct cyclic dependency between db/query/query and db/s/sharding, which will be separately ticketed.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: