Runbook

MongoDB cursors timeouts incident

Back to Runbooks

Overview

The MongoDB cursors timeouts incident refers to an issue where too many cursors are timing out in a MongoDB instance. This can cause disruptions in the normal functioning of the database and lead to delays in processing queries. This incident type requires immediate attention from the software engineer to resolve the issue and prevent any further damage to the system.

Parameters

Debug

Check if MongoDB is running

Check the current number of open cursors

Check the number of cursors being used by a specific client

Check the number of cursors being used by all clients

Kill a specific cursor

Repair

Increase the cursor timeout limit if necessary to prevent timeouts from occurring in the future.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.