mapReduce method is ignoring verbose = false

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: 2.2.1
    • Component/s: JavaScript, MapReduce
    • None
    • ALL
    • Hide

      When passing in

      {
      out :

      { inline : 1 }

      ,
      verbose : false
      }

      in the mapReduce method of a collection, it produces the following

      "timeMillis" : 4,
      "counts" :

      { "input" : 40, "emit" : 2, "reduce" : 0, "output" : 2 }

      ,

      I am expecting that this information does not appear in the results.

      Show
      When passing in { out : { inline : 1 } , verbose : false } in the mapReduce method of a collection, it produces the following "timeMillis" : 4, "counts" : { "input" : 40, "emit" : 2, "reduce" : 0, "output" : 2 } , I am expecting that this information does not appear in the results.
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The statistics of the mapReduce operation appears even if verbose was set to false.

            Assignee:
            Unassigned
            Reporter:
            Archimedes Trajano
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: