[SERVER-2754] unwanted docs in mapreduce out collection Created: 14/Mar/11 Updated: 17/Mar/11 Resolved: 17/Mar/11 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | MapReduce |
| Affects Version/s: | 1.8.0-rc2 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Everett Li | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Red Hat Enterprise Linux Server release 5.4 (Tikanga) x86_64 |
||
| Attachments: |
|
| Operating System: | Linux |
| Participants: |
| Description |
|
There are some unwanted docs in output of mapreduce. After I switched to 1.6.5, the unwanted docs disappeared. For example, rs1:PRIMARY> db.metering.find() }, "accessPaths" : { "rest" : { "bwIn" : 984, "bwOut" : 474, "txNum" : 6 } } } }, "accessPaths" : { "rest" : { "bwIn" : 1, "bwOut" : 474, "txNum" : 6 } } } }, "accessPaths" : { "rest" : { "bwIn" : 1, "bwOut" : 474, "txNum" : 6 } } } , {policies:this.policies}); ; ); , , "value" : { "policies" : { "default" : { "diskDelta" : 653, "umdDelta" : 34 } } } } , "value" : { "du" : 0, "umd" : 0 } } |
| Comments |
| Comment by Everett Li [ 16/Mar/11 ] |
|
It should be caused by different format of output of map and reduce function. Please close it. I apologize for that. |