[00:48:45] <podcastinator> hello, i have a question about the mongo wire protocol
[00:49:04] <podcastinator> I noticed that inserts are not always sent over the wire with opcode "INSERT"
[00:49:47] <podcastinator> they are sometimes sent with opcode "QUERY", if the app needs mongodb to respond
[00:50:11] <podcastinator> this behavior, however, does not seem to be documented on the website
[00:50:47] <podcastinator> is there any resource/documentation available where all such cases are outlined?
[07:02:10] <oskie> what causes 3.0.7 to constantly read the database without clients?
[07:18:29] <aps> Hi all. I need to move a db from one replica-set to another on a live db. I looked at "copydb" command but it might result in divergent data due to new writes because of live db.
[07:18:29] <aps> Could you please suggest something here?
[07:40:53] <oskie> why not just mongodump followed by mongorestore
[07:54:02] <aps> oskie: but there'd be new entries that won't be there in the dump
[08:23:58] <oskie> aps: so you want continuous synchronization between different replica sets?
[09:22:39] <master_op> hello, is there a way to force mongo to sort document after the projection process ?
[09:51:56] <the_german> Hi I am using find().forEach( function ( ... to parse one collection into another. But the query stops after exactly 3600s. Is there a timeout that i am missing. I already use the noTimeout DBQuery option.
[14:13:44] <Thinh> Hi all--if I only have one wiredtiger engine, is it wise to set storage.wiredTiger.engineConfig.cacheSizeGB to something like 90% of the system RAM?
[14:25:35] <livcd> mm what happened to the --dbpath option ?
[14:26:09] <livcd> how can i now say ? mongodump -d db -c oplog.rs -o oplogD --dbpath bckp ?
[14:28:40] <StephenLynx> I use write the path to the dump as the last argument without anything
[14:28:48] <StephenLynx> mongodump -d db -c oplog.rs -o oplogD bckp
[15:25:05] <livcd> now mongorestore tells me "no reacheble servers" wth
[15:45:25] <shlant> hi all. I have a SSL cert I use for encryption on the client side (ELB) and backend (nginx). Would it make sense for me to use the same cert for Mongo TLS? not sure what best practice is. Looks like it needs a legit CA so it would be that or purchase an additional cert yes?
[17:20:51] <CustosLimen> well - look - I'm trying to figure if support of one os running in docker in different image is something I should be concerned about
[17:21:07] <CustosLimen> I actually thought mongodb's docker would use RHEL instead of debian
[17:21:11] <StephenLynx> why not run mongo directly on the RHEL host OS?
[17:21:16] <CustosLimen> and I'm actually not sure why it uses debian