-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: Optimized the deferred statements retry logic(for depend…
…ent ddls) to voluntarily check further iterations of retry is required (#1514) (#1516) - compare the before and after counts of deferredSqlStmts at each iteration * Bug fix: failed.sql getting truncated if there are some failed DDLs from post snapshot import phase
- Loading branch information
1 parent
9325368
commit 6d0f85f
Showing
5 changed files
with
47 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export SOURCE_DB_TYPE="postgresql" | ||
export SOURCE_DB_NAME=${SOURCE_DB_NAME:-"deffered_statements"} | ||
export SOURCE_DB_NAME=${SOURCE_DB_NAME:-"deferred_statements"} | ||
export SOURCE_DB_SCHEMA="public" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters