-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Environment:windows 2003 server (enterprise x64 edition), mongodb-win32-x86_64-1.2.1 or mongodb-win32-x86_64-1.2.4
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When running the mongodb server in "Master" mode,
cmd: %mongod% --dbpath=%dbpath% --master --auth --install
MapReduce will be failed. The error message is below:
"errmsg" : "assertion: assertion c:\work\buildslaves\windows_64bit_v1.2\mongo\db\pdfile.h:223"
I test the MapReduce function on mongodb-win32-x86_64-1.2.1 and mongodb-win32-x86_64-1.2.4, I get the same error.
If just runs the server in normal mode,
cmd: %mongod% --dbpath=%dbpath% --auth --install
The MapReduce will work well.