Commit 270acdf
committed
Fix gprecoverseg that contains bad backport code
The option differentialResynchronization is not defined in the options,
which will cause gprecoverseg fails.
if self.__options.differentialResynchronization:
self.logger.error("gprecoverseg differential recovery failed. Please check the gpsegrecovery.py log"
" file and rsync log file for more details.")
else:
self.logger.error("gprecoverseg failed. Please check the output for more details.")
Because the code block is miss backported from GPDB upstream.
The code was added in commit 07c4d13
The upstream
greenplum-db/gpdb-archive@b84f08e2e1a299ded905921
introduced this option1 parent 721a60d commit 270acdf
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | 381 | | |
387 | 382 | | |
388 | 383 | | |
| |||
0 commit comments