One day, my MongoDB server was down for a few minutes. When I analyzed the logs from that time, I found 600,000 request and get errors with the same message: Almost around 340 request/second and those request get this error as response
“Authentication failed: BadValue: SCRAM-SHA-256 authentication is disabled.”
and there is other 6 lakhs request which are success to connect
My log file was around 1 GB just for extracting half an hour of logs.
Is this the reason my MongoDB went down? I’m still confused about what this exactly means.