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

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

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 5.0.0-rc0
    • None
    • Query Execution
    • None
    • Fully Compatible
    • ALL
    • Query Execution 2021-04-19

    Description

      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"]}}}])
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: