PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 24th of May, 2017

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[15:37:39] <pmxbot> Yikes! An error occurred: mongodb.jaraco.com:27017: [Errno 110] Connection timed out
[15:37:39] <pmxbot> ! None
[16:02:17] <FrozenSolid> if i'm understanding you correctly
[16:02:39] <FrozenSolid> fair warning though lookups can be slow/cpu intensive
[16:05:51] <DrYucatan> In Morphia, if two clients perform a `findAndModify` concurrently on the same document, will the entity returned by the failing findAndModify be `null`, or is there another way for the client to know the result of its attempt at the operation?
[16:06:02] <jonkri> FrozenSolid: Thanks. :)
[16:07:34] <FrozenSolid> np
[20:56:46] <TanakaTarou> exit
[21:57:27] <Toshi> does maxStalenessSeconds have a minimum number? I thought I saw that in the documentation but I can't seem to find it right now
[22:32:53] <mylord> what gives better find time results for id1 users in game? if I use game:{users:[“id1”, “id1”]} or game:{users:{“id1”, “id2}}
[22:33:34] <mylord> ie, is find obj by key/property name much faster than find in array, or same?
[22:57:03] <MacWinner> for some reason my connection timeout configs in mongoose are not taking. I'm seeing conflicting advice. what is the correct parameter? connectionTimeout or connectTimeoutMS ?