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

Could not find pretty print function: ExplainGenerator::explainIntervalExpr

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

      When running this query "{$and:[{a: {$eq: 17}}, \{a: {$eq: 42}}]}", with a breakpoint in

      optimizer/utils/utils.cpp:1501 

      I get the following error:

      (gdb) p req
      $5 = (std::tuple_element<1, std::pair<mongo::optimizer::PartialSchemaKey, mongo::optimizer::PartialSchemaRequirement> const>::type &) @0x7fff4c009c58: {
        _boundProjectionName = ,
        _intervals = Warning: Could not find pretty print function: ExplainGenerator::explainIntervalExpr
      <mongo::optimizer::BoolExpr<mongo::optimizer::IntervalRequirement>::Node>,
        _isPerfOnly = false
      }

            Assignee:
            backlog-query-optimization [DO NOT USE] Backlog - Query Optimization
            Reporter:
            timour.katchaounov@mongodb.com Timour Katchaounov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: