Error
Error Code:
321
MongoDB Error 321: Tenant Migration Finalized
Description
This error code indicates that a tenant migration process has already been successfully completed and its state is committed. It typically occurs when an attempt is made to perform an operation (like re-migrating or modifying) on a tenant that is no longer in a pending or active migration state, thus preventing the new operation.
Error Message
Tenant Migration Committed
Known Causes
3 known causesOperation on Finalized Tenant
An attempt was made to initiate or modify a tenant migration that has already reached a committed, final state.
Stale Client/Application State
The client application or administrative tool is operating with outdated information regarding the tenant's current migration status.
Concurrent Workflow Conflict
Another process or automation successfully committed the tenant migration before the current operation could proceed, leading to a race condition.
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