I got MongoDB 4.4.8 configured (I guess my Ubuntu 18.04 server doesn’t support 5 as I had heaps of core dump problems with it).
Everything appears to be functioning, except I keep getting this ONE log message spammed to stdout every 60 seconds.
{“t”:{"$date":“2021-08-31T14:49:08.549-06:00”},“s”:“I”, “c”:“STORAGE”, “id”:22430, “ctx”:“WTCheckpointThread”,“msg”:“WiredTiger message”,“attr”:{“message”:"[1630442948:549478][16969:0x7fa8403b3700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 13, snapshot max: 13 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 347"}}
I believe this is something to do with the journaling - but even if I edit /etc/mongo.conf to have journaling set to false, I still get this spammed after restarting.
Any ideas on how to fix this?