PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 9th of July, 2016

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[15:27:36] <amz3`> Hi. Using wiredtiger 2.8.0, I'm trying to insert records in a table with 'r' key column with cursor configured with 'append'
[15:28:14] <amz3`> after cursor->insert I try to retrieve the key using cursor->get_key but it fails saying that the key is not set
[15:28:28] <amz3`> this is surprising since the code was working find with 2.6.1
[15:28:38] <amz3`> s/find/fine/
[16:09:15] <amz3`> ok i think i got a memory corruption, how can i check that issue?
[16:31:23] <rholdeniii> I've taken over a project that uses mongodb and I've got a problem I haven't been able to google the answer to. I'm getting a "Unhandled rejection MongoError: Operator 'OBJECT_ID' is not supported." error when trying to assign one objects _id property to a reference on another object. I'm working in node.js, Any pointers on where I could look for more information?