Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
Description
See: src/mongo/db/ttl.cpp
The TTLMonitor thread does run on all RS members. If the member is not a primary, it will return before executing the delete ops.
Perhaps unrelated, but there are several conditions in the run() method which would prevent a thread pass from operating on any databases.