Commit Graph

25 Commits

Author SHA1 Message Date
li_jianqiu d2e069125e 修复hot_standby_feedback关闭后,xmin不推进的问题 2022-04-29 19:23:44 +08:00
mjq c6c3b2c722 修改gs_guc和主备同步参数备份文件名相同导致同时读写同一个文件产生中间态,导致core
修改local_syscache为usess
2022-04-21 17:32:40 +08:00
luozihao 3290af6a23 解决归档流程会因为备机不存在对应的xlog文件而卡住的bug 2021-11-25 09:50:12 +08:00
luozihao d31aeb6bbf rollback standby archive 2021-10-19 09:31:58 +08:00
luozihao aedb48e7e1 禁用备机归档 2021-09-12 10:02:04 +08:00
luo_zihao5524 8725ceff6e I496VN修复 2021-09-09 22:06:38 +08:00
luozihao 1498872c34 修复备机xlog归档起点的bug,并进行代码和日志打印优化 2021-09-07 10:56:05 +08:00
luozihao d7db88e63c 修复开启备机归档时内存泄漏的bug 2021-06-22 20:54:13 +08:00
luozihao 03f5c450a7 Enable the xlog archiving function of the standby node 2021-05-10 20:29:32 +08:00
Xiao__Ma 745d66d609 walreceiver 2021-03-31 16:35:31 +08:00
LiHeng 5a6c913349 heartbeat client only connect to its upstream instance 2021-03-16 21:14:51 +08:00
dengxuyue 3d79c59118 Misc bugfixes 2021-03-06 12:39:28 +08:00
opengauss-bot cb6fdaf50d !632 重构time stamp相关代码实现
Merge pull request !632 from 赵文浩/master
2021-02-08 16:48:36 +08:00
zhaowenhao a2b91178d9 重构time stamp相关代码实现 2021-02-08 10:27:13 +08:00
MuJinqiang c9ab09b098 standby redo delay 2021-01-31 21:49:12 +08:00
wuyuechuan e5e6685e68 use memcpy_s to copy the return time_str 2021-01-11 15:21:40 +08:00
dengxuyue 1567043064 同步source code
日期: 12-26
    revision: ee5b054c
2020-12-28 22:19:21 +08:00
xue_meng_en 31b29d863f 支持不同步配置文件 2020-12-17 12:30:09 +08:00
xue_meng_en cdd5776857 支持配置文件同步时间间隔由用户配置 2020-11-25 20:51:13 +08:00
MuJinqiang 063040f525 fix the problem of archive_dest should not be synchronized to the standby 2020-11-17 23:30:15 +08:00
LiHeng f295a72b65 support cascade standby
We support cascade standby now, a cascade standby will get WAL from
a standby asynchronously. To support flexible deployment, we add a
new GUC available_zone to identify the available zone of a cascade
standby, which will try to connect a standby in same available zone.

Users can use utility gs_ctl for failover and switchover. A cascade
standby will be promoted to be a standby when failover or switchover,
while a standby will be demoted to be a cascade standby after switchover.
2020-10-30 20:27:47 +08:00
victor_zhc 6b4954f66f exetreme RTO 2020-09-28 15:58:38 +08:00
chenxiaobin c3b5c49794 set thread name and provide getting functions of t_thrd and u_sess 2020-08-20 21:58:06 +08:00
looplocked c63724ab32 merge logical replication code 2020-07-29 16:53:06 +08:00
lishifu 815a9771fb first commit for openGauss server 2020-06-30 17:38:27 +08:00