forked from greenplum-db/gpbackup-archive
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not batch replicated tables (#85)
When restoring from a larger cluster to a smaller one, tables are batched from several segments onto one. Such batching was disabled on the helper for replicated tables, but not on the main process. As a result, the main process on the coordinator launched several copy commands for replicated tables, which, starting from the second, ended on segments with a missing pipe error. This error was quietly ignored and could only be seen in the logs on the segments. This patch disables batching for replicated tables on the coordinator.
- Loading branch information
Showing
3 changed files
with
235 additions
and
11 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
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
Oops, something went wrong.