PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 26th of April, 2015

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:26:01] <HypoLast> Hey, I've got a quick question about the mongo shell
[00:26:08] <HypoLast> on my Windows dev environment whenever I do an update or insert or whatever I get a nice WriteResult line that tells me whether or not it was successful
[00:26:14] <HypoLast> but on my Ubuntu server I don't get that, everything just goes silently
[00:26:21] <HypoLast> is there a way to turn that on?
[00:39:19] <HypoLast> I figured it out, I just had to update
[03:45:42] <bros> What are some practices I can do to be a better Mongo developer?
[11:24:42] <snowcode> hi guys, I would to make an objc wrapper for mongodb c driver
[11:25:44] <snowcode> What version should I consider mongo-c-driver here (https://github.com/mongodb/mongo-c-driver/tree/master) or the legacy version (https://github.com/mongodb/mongo-c-driver/tree/legacy) ?
[13:12:24] <the_drow> Is there a way to retrieve a JSON string using PyMongo? I'd like to skip the serialization to dict and to json every time
[13:13:19] <the_drow> I can't find any option in the API to do it myself
[14:03:34] <Sharatmr> hi
[14:04:02] <Sharatmr> i am having a problem with mongodb on windows specifically as a service
[14:04:09] <Sharatmr> ver 3.x
[14:04:22] <Sharatmr> i tired checking but in vain
[14:04:56] <Sharatmr> the same conf and settings works for 2.x (latest)
[14:05:17] <Sharatmr> 3.x working when i directly run the server with the same config
[14:05:29] <Sharatmr> some problem with the service alone
[14:05:40] <Sharatmr> anyone has any clue?
[14:15:22] <Sharatmr> ping
[16:17:25] <fxmulder_> so I have one replica set member and I'm adding a second, it looks like something happened where the primary member was demoted to secondary and then back to primary and this caused the cloning process to reset, this is a week+ long process to clone, is there a way to not reset if something like this happens?
[16:17:43] <fxmulder_> I don't see why it had to drop all of the data it had already cloned and start over
[17:14:32] <Poky> is there no mongodb enterprise for debian 8?
[17:48:34] <volk_> hey fellas, i have a quesiton about multikey indeces. basically i have a field which is an array on a user called “friends” which is an array of ids of friends. mongo docs say “When a document's stored value for a index key field is an array, MongoDB indexes each element of the array” — so my main question is, to avoid doing extra finds on each ID, would it be smart to just embed other users in this “friend” array, and woul
[17:48:35] <volk_> mongo handle that index well
[18:22:37] <MrHeavy> Can I pre-seed a replica from a database dump?
[18:22:44] <MrHeavy> I could have sworn I read something in the docs the other night but I can't find it
[18:23:35] <MrHeavy> I guess it just depends on the length of the oplog, right?
[18:23:59] <MrHeavy> Whether it's long enough to cover the delta between the backup and the current state of the replica set