chris
(Chris Dellaway)
2
Hi @Siting_Yang
Upgrade to the latest 5.0.29 and see if the issue persists. Admitted likely not the issue as two of the same version have been tested by you.
Check if the TTLMonitor is enabled:
test> db.adminCommand({getParameter:1,ttlMonitorEnabled:1})
{ ttlMonitorEnabled: true, ok: 1 }
Are there any other ttlIndexes on the problem server? TTL indexes on descending indexes are known to be very slow on versions < 7.0
And of course try restarting the mongod.