PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 7th of July, 2013

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:00:07] <Chrishas> hi, I followed the sharded cluster deployment guided, but when I try to insert data to a database I get : can't create user databases on a configsvr, any help? sharding status: http://pastie.org/8116808
[01:41:24] <jwm> is it ok to build mongo without the testcases?
[01:41:37] <jwm> I'm trying vs2012 + 7.1 sdk
[01:47:55] <preaction> sure, but if a testcase is failing, there's probably something wrong
[01:53:56] <jwm> its more the build environment for the test cases
[01:54:02] <jwm> I had to disable all of the code
[01:55:31] <jwm> action_test is one of the first heh
[01:55:48] <jwm> everything else is building fine amazingly heh
[02:00:51] <jwm> though it is taking hours to build
[02:49:25] <wako> hey
[03:24:07] <BadHorsie> python2, pymongo, on Mongo shell I do db.measurements.find({temp:{$gt:"25"}}).count() returns non-zero, on python collection.find({"temp":{"$gt":"25"}}).count() returns 0; collection.find() returns non-zero so connection is OK, I can change the $gt to $lt or any other query and it always comes back as 0, any ideas?
[03:40:59] <BadHorsie> So my problem was that I had to use find({u'tmp':{"$gt":25}})
[08:59:06] <ilya> hi, someone might know why after repair still half of my data files are just pure padding?
[09:09:10] <ilya> what does padding factor of 1 means, 100% padding or 0% padding?
[09:14:52] <kali> ilya: 1 means no padding
[09:15:00] <kali> 1.1 means 10% padding
[10:06:58] <ilya> k, thanks.
[10:07:53] <ilya> after a repair all the padding factors are at 1, still 25% of the data on disk is just null bytes, someone knows why?
[14:28:34] <jwm> if I set a maxsize on a shard in a cluster
[14:28:48] <jwm> if the cluster gets disconnected will it still write ?
[14:28:58] <jwm> past maxsize
[14:31:44] <jwm> I basically have two servers, one does all of the work then saves to a db
[14:31:50] <jwm> that db needs to migrate to the second server
[14:32:14] <jwm> but if they aren't talking then it will be ok to store temporarily on the main server
[14:42:08] <jwm> looks like I need replicaset and maxsize heh
[14:51:58] <jwm> grr
[14:52:10] <jwm> looks like I'll have to do the migration manually
[16:48:39] <bartzy> Hey
[16:48:52] <bartzy> The stats from workingSet serverStatus, I see pages in memory - how big is each page ?