PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 25th of April, 2015

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[06:41:29] <afroradiohead> So... if I want to do an upsert where a nested document exists, like "info.id", do i jusut put "info.id : 2342344"
[06:41:39] <afroradiohead> lol i hope the question makes sense
[08:58:54] <progz> hello
[09:02:06] <progz> Just a quick question. MMS Monitoring, I can install it on all my mongo ? Configserver, routeur and mongodb ?
[09:33:23] <the_drow> Is there a way to tell PyMongo to not serialize results into Python dicts? I'd like to get the results directly in JSON
[16:58:36] <Poky> hey guys, is this somehow outdated? http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/ ? My apt-get update can't reach that repo
[18:38:44] <Gevox> Hi, i have a document which has a {someKey, ArrayList}, now i'm trying to retreive this ArrayList from the document. So after obtaining a cursor to the document, i did this authorsList = authorsCusros.next().get("sharedAuthors");
[18:40:49] <Gevox> now i'm getting this error http://i.imgdady.com/VTWSD.jpg (i understand what the error says), but i still don't have a different approach to follow to solve my problem. Any suggestions?
[18:57:38] <Gevox> nvm i just had to cast it
[19:15:53] <Gevox> Isn't mongoDB schemaless? Am i unable to append values to the document plus 1 new extra field?
[19:18:49] <Gevox> I'm executing this method and it does not update the document with the new extra field i appened to it. Code http://pastebin.com/WCay3cw1
[19:44:11] <paperziggurat> is find().sort({... available on mini mongo?
[20:57:15] <felixjet_> it is ok to ask for a mongoose question here?
[21:47:01] <paperziggurat> Anyone know the best way to find all documents with a specific beginning with a letter from a range A to M?
[21:51:51] <asherawelan> hey
[21:52:23] <paperziggurat> hi
[21:54:41] <Hypfer> hi, is it possible to add a listener for new documents in a collection?
[21:59:38] <Hypfer> nevermind I found a solution
[22:26:13] <MrHeavy> I have a cluster with two data nodes and an arbiter
[22:26:20] <MrHeavy> When I try to add a third data node, and the replica is initializing (STARTUP2), my writes have significant latency unless I set my writeConcern from 'majority' down to 1
[22:26:51] <MrHeavy> Even though, from my understanding, the initializing node is supposed to be a non-voting node until it's finished initializing
[22:26:55] <MrHeavy> Any idea why this would happen?