-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.6.17
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
v5.0, v4.4, v3.6
-
- Delete the MongoDB log file, e.g., /var/log/mongodb/00-shard03-replica.log
- kill -SIGUSR1 <mongod process id>
- The process will exit
-
Service Arch 2021-06-28, Service Arch 2021-07-12
-
(copied to CRM)
After deleted the MongoDB log file then send the signal USR1 with kill command,
then mongo process will crash
Mongo Version: 3.6.17
Platform: CentOS 7 64bit
kill -SIGUSR1 <mongod process id>
- is duplicated by
-
SERVER-57690 Allow log rotation via SIGUSR1 to fail without killing the server
- Closed