the mongosqld.log show me that mongobi is shutting down
2021-10-15T10:04:11.538 0800 I NETWORK [initandlisten] waiting for connections at [::]:3307 2021-10-15T10:04:11.538 0800 I NETWORK
[initandlisten] waiting for connections at /tmp/mysql.sock 2021-10-15T10:04:11.547 0800 I SCHEMA [sampler] sampling MongoDB for schema... 2021-10-15T10:04:17.949 0800 I CONTROL
[signalProcessingThread] shutting down But I coundnt find why,what should i do to find the reason?
CodePudding user response:
The clue there is signalProcessingThread
- something sent the process a signal like SIGTERM.