[07:39:05] <gengisKahn> Hi, I'm trying to run an aggregate function for a list of documents grouped by the milliseconds. I am facing an issue where I need the default value for the date time which does not exist
[07:39:22] <gengisKahn> Hoping I can get some help
[08:06:20] <cezary_zukowski> edrocks: Many thanks, I picked up "Object" type for stroing JSON.
[15:41:27] <klync> I just upgraded my centos7 box with the mongodb-org-3.6.11 package and it no longer starts up via systemd. been googling and tinkering with the forking settings both in the unit file and mongod.conf, checked the pid file ... I can't figure out why systemd keeps sending it sigterm. anyone have suggestions?
[17:47:45] <klync> ok, it seems I fixed it with a combination of 2 changes to my /etc/mongod. conf.... (1) setting fork: true where it was false before; and (2) adding pidFilePath: /var/run/mongodb/mongod.pid ... when either of those was missing, systemd wasn't happy
[17:59:43] <Jackneill> anyone used mongodb-driver? will it ensure consistency on a single client conn or do i need multiple? like i have a single client conn, and operating on a db.collection. 1 goroutine writes and the second reads and writes accordingly (like an update stmt with filter)
[17:59:55] <Jackneill> or should i use something like https://godoc.org/go.mongodb.org/mongo-driver/mongo/readconcern#Linearizable