Hi,
I had recently faced an issue. My AWS EC2 instance CPU suddenly started hitting 100% and it did not come down for sometime. Only option I had was to reboot the node so that all DBs failed over to mirror partner.
I could see this multiple abnormal buffer pool scan messages in SQL server log recorded during the issue period.
Buffer Pool scan took 25 seconds: database ID 22, command 'CHECKPOINT', operation 'FlushCache', scanned buffers 3126941, total iterated buffers 26200740, wait time 918 ms. See 'https://go.microsoft.com/fwlink/?linkid=2132602' for more information.
Could not get much details about this error. Its the same usual workload and nothing changed in the application. I did check my workload at that time in foglight PI and most of the queries were waiting for the CPU, so I dont think any workload is a culprit here and my queries were just the victim of this issue, just waiting for the CPU in runnable state.
Does this error severely impact the host and max out the CPU? If this is an issue how can I address this one?
Thanks