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

[SBE] $anyElementTrue expression trips tassert with id 4457000 when SBE is on

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.0.0-rc0
    • Affects Version/s: None
    • Component/s: Query Execution
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Query Execution 2021-04-19

      Reproduce with the following, against a server where SBE is enabled:

      db.c.drop();
      db.c.insert({});
      db.c.aggregate([{$project: {_id: 0, out: {$anyElementTrue: ["$foo"]}}}])
      

            Assignee:
            david.storch@mongodb.com David Storch
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: