woblerr opened a new pull request, #1889: URL: https://github.com/apache/cloudberry/pull/1889
Fixes [#1717](https://github.com/apache/cloudberry/issues/1717). For forced activation of a stopped standby, start the postmaster directly with `GpStandbyStart` instead of using `promote_trigger_file` and `gpstart`. Then promote it with `pg_ctl promote`, wait for a successful utility `CHECKPOINT`, read the catalog, and restart the segments. The existing 600-second `pg_ctl promote` timeout is preserved. A single monotonic deadline covers standby startup, promotion, and the utility `CHECKPOINT`, preventing these waits from accumulating while leaving segment restart to its existing timeout handling. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
