[00:24:10] <aster1sk> To keep it really light mongo plays nicer with *nix than windows, not to mention all of the other 'risks' running windows in a production environment... but enough of all of that.
[00:24:22] <arex\> I can do mongod --host <secondary> from the primary
[00:35:08] <joe_p> were you getting the EMPTYCONFIG message on the secondary your trying to add? If not restart it and make sure the repliaset is configured to match the master. then try adding it again as a rs member on the primary
[00:35:47] <arex\> joe_p: No it was a secondary I hadn't tried to add yet. I'll check the config files on both the secondaries and restart them.
[00:39:14] <arex\> ok now I have EMPTYCONFIG error messages in both logs
[01:21:21] <arex\> joe_p: Is load distributed on the replica members, or is everything happening on the primary until the primary fails? While the primary is working I can offload it by running read-only operations on the secondary, right?
[08:15:29] <tpae> does findOne have better performance than find ?
[08:23:54] <algernon> tpae: it has to return only one document, so even if you only look at network throughput, findOne's still more performant.
[11:22:28] <arex\> So, neither the heartbeat frequency, or the heartbeat timeout period can be configured?
[11:22:48] <arex\> I'm referring to the heartbeat used in a replica set, btw
[12:03:38] <MartinElvar> db.model('Game').game.find({_id : new ObjectID(data.game)}).toArray( function(err, res).. i'm getting toArray doesn't exist, can't i use toArray with mongoose?
[12:05:59] <wereHamster> MartinElvar: does mongoose tell you that you can?
[12:06:57] <MartinElvar> wereHamster: Not exactly, tho i would suppose so, been googling around for a while now, and i can't seem to find a way, to turn my result into a array :/
[12:07:16] <wereHamster> You don't have to google. Just read the docs.
[12:10:13] <MartinElvar> Thank you, that helps a lot :)
[12:10:42] <wereHamster> who would've thought.. reading the documentation is actually useful...
[12:10:46] <arex\> Does anyone know if the replica set heartbeat frequency or timeout period can be configured?
[12:11:06] <MartinElvar> wereHamster: yea, feel the irony :)
[16:51:34] <n4irc> I've installed mongodb for local use on Opensuse 12.2 and localhost:27017 works as expected but I cannot connect my browser to https://localhost:28017/ or http://localhost:28017/ . Any idea how to diagnose/repair this?
[16:55:03] <kali> n4irc: it should be http, not https. are you running with --rest ?
[16:56:03] <n4irc> kali: My distro installs it, we use an /etc/mongodb.conf is there an option there to turn on the restful server?
[16:56:47] <kali> n4irc: it should be there by default, iirc, correctly, but i think there is an option to disable it