Hello,
I need some help with this issue I’m facing? I deployed the server to GCP by following the tutorial a few days ago. The only change I did was used Storage instead of MinIO. Today I the MongoDB pod failed and I found the following logs:
{"t":{"$date":"2022-10-31T12:50:52.663+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"WTCheckpointThread","msg":"WiredTiger message","attr":{"message":"[1667220652:663673][1:0x7f4e9c24c700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 99854, snapshot max: 99854 snapshot count: 0, oldest timestamp: (1667220640, 1) , meta checkpoint timestamp: (1667220645, 1) base write gen: 261156"}}
{"t":{"$date":"2022-10-31T12:50:57.373+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.18.0.134:60190","connectionId":80023,"connectionCount":51}}
{"t":{"$date":"2022-10-31T12:50:57.379+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn80023","msg":"client metadata","attr":{"remote":"10.18.0.134:60190","client":"conn80023","doc":{"driver":{"name":"nodejs|mongosh","version":"4.4.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"5.10.133+"},"platform":"Node.js v14.19.1, LE (unified)","version":"4.4.0|1.3.1","application":{"name":"mongosh 1.3.1"}}}}
{"t":{"$date":"2022-10-31T12:50:57.391+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.18.0.134:60194","connectionId":80024,"connectionCount":52}}
{"t":{"$date":"2022-10-31T12:50:57.393+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn80024","msg":"client metadata","attr":{"remote":"10.18.0.134:60194","client":"conn80024","doc":{"driver":{"name":"nodejs|mongosh","version":"4.4.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"5.10.133+"},"platform":"Node.js v14.19.1, LE (unified)","version":"4.4.0|1.3.1","application":{"name":"mongosh 1.3.1"}}}}
{"t":{"$date":"2022-10-31T12:50:57.461+00:00"},"s":"I", "c":"ACCESS", "id":20249, "ctx":"conn80024","msg":"Authentication failed","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"root","authenticationDatabase":"admin","remote":"10.18.0.134:60194","extraInfo":{},"error":"AuthenticationFailed: SCRAM authentication failed, storedKey mismatch"}}
Thanks.