[09:52:27] <Zelest> Derick, i'm reading the upgrade guide from 3.0 to 3.2, and it tells me to "upgrade the replication protocol", setting cfg.protocolVersion=1 .. what's that? and what's new in the protocol? :o
[10:10:44] <Zelest> still, someone should fix "syncingTo" :(
[10:11:17] <Zelest> especially since lastHeartbeat gets it right: "syncing from: foo.bar.tld:27017"
[10:14:09] <Derick> because it'sthe wrong way around?
[10:19:03] <Zelest> Derick, yeah, "syncingTo:" sounds like that replica member is sending data TO that machine
[10:19:07] <Zelest> when it's the other way around yeah
[10:19:49] <Zelest> no biggie when it's between a secondary and the primary, but it gets confusing when it's two secondaries syncing from/to each other
[10:23:15] <kknight> db is not defined at src/mongo/sh
[10:23:41] <kknight> when i am typing show db it gives abgove error
[11:48:47] <ShekharReddy> mongoose.model('Book', bookSchema); what does this wriiten if I have bookSchema same as collection in db and Book is a variable accessible from anywhere
[14:37:08] <php> I'm using Mongo's Java Driver - I'm quite new - and I am wondering how I can do this... I have a schema, { "_id": objectid, "owner": java unique id as a string, "members": {java uuid as string, java uuid as string, ...}}
[14:37:17] <php> I currently search for the documents by owner
[15:11:04] <pchoo> Hello all, I'm looking at adding an index to a collection. I'd like for it to be a unique sparse index. would this allow me to have multiple null values?
[15:54:54] <php> >> I'm using Mongo's Java Driver - I'm quite new - and I am wondering how I can do this... I have a schema, { "_id": objectid, "owner": java unique id as a string, "members": {java uuid as string, java uuid as string, ...}}
[15:55:02] <php> >> I currently search for the documents by owner