MongoDB Service Interruption Due to pthread_create Failure
Our MongoDB instance is encountering repeated failures related to the creation of new threads. This issue is preventing the scheduling of new loops for session workflows and is leading to terminated connections. The specific error pthread_create failed indicates a problem with thread creation, which is crucial for the proper functioning of our database operations.
ERROR(4850900): pthread_create failed
Thread creation failed
Unable to schedule a new loop for the session workflow
Connection ended
Connection accepted
pthread_create failed
Thread creation failed
4 Replies