Open GoogleCodeExporter opened 8 years ago
Should be fixed 1.1.2, please go and download latest version here:
http://rockmongo.com/downloads
Original comment by iwind....@gmail.com
on 11 May 2012 at 12:48
hmm. I've already this bug on 1.1.2
Original comment by benoit.m...@gmail.com
on 15 May 2012 at 9:22
You meant, the bug still exists on 1.1.2?
Original comment by iwind....@gmail.com
on 17 May 2012 at 7:50
yes, it still exists on 1.1.2
Original comment by benoit.m...@gmail.com
on 17 May 2012 at 8:40
the error exists in mongos, too.
Original comment by hk.y...@gmail.com
on 5 Jun 2012 at 7:06
still exists on 1.1.2~~~~
Original comment by tylerloc...@gmail.com
on 18 Jun 2012 at 7:45
I'm using mongos (2+2 sharded cluster) and i get this error aswell. Using
version 1.1.2
Original comment by clpalexa...@gmail.com
on 8 Aug 2012 at 9:14
I just temporarily fixed this issue by forcing rockmongo to setSlaveOk(false).
This may be a php mongo driver issue, or a mongos issue..
Just find the file MServer.php on the rockmongo distribution,locate the line
"$this->_mongo->setSlaveOkay(true);" and set it to
"$this->_mongo->setSlaveOkay(false);"
This fixed rockmongo for me.
My configuration:
2 Shards (each shard is a replica-set of two nodes - primary and secondary) - I
only connect to the mongos process.
rockmongo version 1.1.2
Original comment by clpalexa...@gmail.com
on 9 Aug 2012 at 6:27
Original issue reported on code.google.com by
benoit.m...@gmail.com
on 10 May 2012 at 3:13