MongoDB Service Interruption Due to pthread_create Failure
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

defremont
PROOP

2 years ago

f5e85c05-4a74-40aa-86cd-72705a695ae0


defremont
PROOP

2 years ago

1250439233236369400


brody
EMPLOYEE

2 years ago

my initial thoughts are that you are opening many connections to the database


Loading...