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
diskquota/jdbc: poll on FK migration race recovery
Concurrent migrateForeignKeys callers could fail OracleForeignKey
MigrationIT.migrateIsConcurrentStartupSafe sporadically. Oracle's
ALTER TABLE uses NOWAIT, and a peer thread that gets ORA-00054 on
DROP CONSTRAINT could re-check the FK state while the peer was still
between its drop and its add, observe an in-between state, and
rethrow.
on-behalf-of: @camptocamp <info@camptocamp.com>
0 commit comments