Warning
Error Code:
200
MongoDB Error 200: Chunk Range Cleanup Pending
Description
This error indicates that a MongoDB sharded cluster has pending cleanup operations for data ranges (chunks) following migrations or splits. It signifies that the cluster metadata is being reconciled and some operations might be temporarily affected until the cleanup completes.
Error Message
Chunk Range Cleanup Pending
Known Causes
3 known causesActive Sharding Operations
Occurs naturally when the sharded cluster is actively moving or splitting chunks, requiring subsequent data range cleanup.
Cleanup Process Lag
The internal cleanup process might be delayed or struggling to keep pace with the rate of chunk movements, leading to a backlog.
Shard Member Resource Issues
Insufficient resources (CPU, RAM, I/O) on a shard member can hinder its ability to complete cleanup tasks efficiently.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service