defremont
PROOP
2 years ago
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): pthreadcreate failed Thread creation failed Unable to schedule a new loop for the session workflow Connection ended Connection accepted pthreadcreate failed
Thread creation failed
3 Replies
brody
EMPLOYEE
2 years ago
my initial thoughts are that you are opening many connections to the database
