we setup mongo servers on two machine.All mongod run with journal option.
machine_1 : 4 mongod, 2 config server, mongos.
machine_2 : 4 mongod, 1 config server.
Run command db.stats()get following output:
mongos> db.stats()
{
        "raw" : {
                "192.168.129.244:10000" : 
        },
        "assertion" : "assertion s/../util/net/../../db/../bson/bsonobjbuilder.h:127",
        "errmsg" : "db assertion failure",
        "ok" : 0
}
please help me to solve above error
Thanks in advance
jitendra verma.