Open taneraruk opened 3 weeks ago
Have you checked at server side if there is a crash? The message FATAL: server closed the connection unexpectedly
is emitted server side. I could be no space left for example.
yes we checked we dba both oracle and postgresql side, there is enough space and no crash.
I encountered an issue when running a migration of more than 3 million records containing BLOB data, using 3-5 jobs with specified data limits. Although all data is migrated successfully to PostgreSQL, the application cannot proceed to the next steps. It appears to stall, showing the following debug logs:
After this point, the application doesn’t proceed further, despite all records appearing correctly in the database.
Expected Behavior: The migration should conclude, allowing the application to continue executing any subsequent steps without error or stalling.
Environment:
Config parameters:
Additional Context: I verified that all data has successfully migrated to PostgreSQL. Any insights on why the application might stall at this point, or adjustments to ensure full migration completion without stalling, would be helpful.
Edit: When I check the database sessions, after 1,5 hours all data copied and connections are closed except 1. Seems application does not close all connections.