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

during final reduce in sharded environment, all results are loaded into an in memory map

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 1.9.1
    • MapReduce
    • None
    • ALL

    Description

      the target mongod does parallelsort from all servers, getting the records sorted.
      It should just reduce and insert to temp collection.
      Instead the result is emitted, which puts it into a map.
      Then when all records are done, map is dumped to disk.
      May be very costly in cpu and mem for large jobs

      Attachments

        Activity

          People

            antoine Antoine Girbal
            antoine Antoine Girbal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: