Replies: 1 comment 1 reply
-
Server logs or a traffic capture. An index can take a while to build. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My application occasionally freezes when calling
ensure-index
on a db which seems to be connected. In the code below, I callconnect
and theninitialize-indexes
, and "initializing indexes" is the last output I see. The code never reaches the next info output in the function that calledinitialize-indexes
. I cannot reproduce this in the REPL, or locally, it happens once every few weeks with the uberjar on the production machine. There is no error, the program does not exit, it just freezes completely and needs to be restarted.monger 3.1.0, mongodb 5 in a docker container.
What is the best way to debug this?
Beta Was this translation helpful? Give feedback.
All reactions