You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance bug report and replication logic in DbReplicator
- Updated the bug report for the critical replication issue, clarifying the status and latest findings regarding the infinite loop on the `api_key` table.
- Improved logging in the `perform_initial_replication` method to track table processing and error handling, allowing for better diagnostics during replication.
- Added exception handling to ensure that individual table failures do not halt the entire replication process, enhancing robustness.
- Implemented detailed logging for worker processes, including primary key advancement tracking and iteration counts, to aid in debugging.
- Enhanced SQL query logging in MySQLApi to provide better visibility into executed queries and parameters, improving overall error handling.
0 commit comments