-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Critical - P2
-
None
-
Affects Version/s: 8.0.9
-
Component/s: Replication, Storage
-
None
-
ALL
-
-
None
-
0
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
{"t":{"$date":"2025-06-11T05:05:48.994+00:00"},"s":"I", "c":"STORAGE", "id":22260, "ctx":"TimestampMonitor","msg":"Removing drop-pending idents with drop timestamps before timestamp","attr":{"timestamp":{"$timestamp":{"t":0,"i":0}}}} {"t":{"$date":"2025-06-11T05:05:48.994+00:00"},"s":"I", "c":"STORAGE", "id":22237, "ctx":"TimestampMonitor","msg":"Completing drop for ident","attr":{"ident":"index-28-16423051353446739403","dropTimestamp":{"$timestamp":{"t":0,"i":0}}}} {"t":{"$date":"2025-06-11T05:05:48.994+00:00"},"s":"I", "c":"STORAGE", "id":6936300, "ctx":"TimestampMonitor","msg":"Drop-pending ident is still in use","attr":{"ident":"index-28-16423051353446739403","dropTimestamp":{"$timestamp":{"t":0,"i":0}},"error":{"code":314,"codeName":"ObjectIsBusy","errmsg":"Failed to remove drop-pending ident index-28-16423051353446739403"}}}
Over the course of approximately 10 days, mongod.log file has grown to 67 GiB in size and eventually crashed the server by filling all available storage space. The error above has been repeated in the log file every single second for those past 10 days.
The database has been completely operation up until the point where the system ran out of drive space and there are no other operational defects. I am running Ubuntu 24.04.2 LTS on an ARM system. There is no other application that I am aware of accessing the /data/db folder. A possible fix is timing out the operation after a certain amount of tries instead of repeatedly attempting for infinitely.