[02:02:03] <patrickod> is it possible to use stored procedures in the aggregation framework?
[02:03:11] <patrickod> I'm looking to get the standard deviation across a field in the document set but it seems that isn't built-in command in the frameork
[02:03:25] <patrickod> and I'd rather not have to transfer the data out of mongodb to calculate it client side
[03:01:44] <lazyPower> i have a document in mongo, and the script that populated the entries perserved spaces in the key names. I need to run an update to replace them with an easier key to map. db.joblisting.update({ "Years of Experience": {exists: true} }, { $rename : { "Years of Experience" : "experience"} })
[03:02:09] <lazyPower> what is wrong with my query? It runs yet the key is never updated. have i missed something obvious?
[04:53:05] <jiffe1> do I need to do something special to make a replica set work when one half is down?
[12:13:03] <federico3> Anybody here using the Debian Pymongo packages? If so, have you ever impacted bugs.debian.org/cgi-bin/bugreport.cgi?bug=688040 ? Thanks
[12:18:21] <algernon> federico3: works fine here (sid, amd64)
[12:18:52] <algernon> oh. it does dump core, at exit time
[12:19:20] <federico3> same here, on one amd64 system out of two
[12:19:36] <federico3> it segfaults when the Python interpreter exits
[18:55:48] <eldar> hi all! I'm new to mongo and trying to use TTL, but it doesn't quite work for me http://pastebin.com/hg145zL2
[18:56:05] <eldar> the documents still remain in the collection after 120 seconds
[18:56:13] <eldar> is it something wrong that I'm doing?
[22:08:26] <nemothekid> So, I am having issue where our mongos & mongos instance on the same machine will just both exit at the same time. The log files show that both instances quit when they receive a failed moveChunk because of "Invalid BSONObj size: -286331154 (0xEEEEEEEE)." However this is after days of receiving the issue (we are aware of it, and the only fix is to restore 2 near 1TB size machines which has been going on for the past couple days as
[22:08:26] <nemothekid> indexes are rebuilt). I'm not concerned about the move chunk error, but is it possible mongo has a max failures options that is killing the processes?