[00:45:42] <stickperson> is there a way to use distinct() with a sort? i want to get disinct values, but if there are multiple documents for a field i want to get the document with the largest value in another field
[11:30:14] <Freman> Jan 30 22:23:39 cause mongos[5152]: 2016-01-30T22:23:39.152+1100 I SHARDING [Balancer] balancer move failed: { cause: { ok: 0.0, errmsg: "can't accept new chunks because there are still 4 deletes from previous migration" }, ok: 0.0, errmsg: "moveChunk failed to engage TO-shard in the data transfer: can't accept new chunks because there are still 4 deletes from previous migration" } from: shard0001 to: shard0000 chunk: min: { _id: MinKey
[12:10:46] <Trinity> i'm reading on stackoverflow I shouldn't close the connections as the mongodb drivers will take care of the connections by pooling?
[12:10:54] <Trinity> is this correct? or should I still be closing the connections?