[SERVER-2368] first group request failed on slave with error code 10209 : name has to be a string Created: 17/Jan/11 Updated: 22/Mar/13 Resolved: 17/Jan/11 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Maxim Berezhnoy | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
master,slave: OS: ubuntu server 10.10, mongo 1.6.5 |
||
| Operating System: | Linux |
| Participants: |
| Description |
|
listing for reproduce: $ mongo 192.168.100.70 ) ) ) MongoDB shell version: 1.6.4 ,reduce: function (obj, prev) { prev.count++; },initial: { count: 0 }});Mon Jan 17 16:43:45 uncaught exception: group command failed: { "errmsg" : "exception: name has to be a string", "code" : 10209, "ok" : 0 } > db.data.group({key: { key:true},reduce: function (obj, prev) { prev.count++; } ,initial: { count: 0 }}); , { "key" : "b", "count" : 1 } ] |
| Comments |
| Comment by Eliot Horowitz (Inactive) [ 17/Jan/11 ] |
|
See |