Commit Graph

71 Commits

Author SHA1 Message Date
luozihao a5bd03758c 禁用备机归档 2021-09-16 17:03:02 +08:00
dengxuyue 106e0fb88f fix switchover & stop walreceiver exit abnormal 2021-08-03 22:25:02 +08:00
opengauss-bot d9dc69168f !1038 RAS: 修复子线程sigbus死锁bug
Merge pull request !1038 from Ricardo_Cui/master
2021-07-23 03:35:33 +00:00
opengauss-bot 6542800e3c !1096 修复移动数据目录并恢复后,停止gaussdb进程失败的问题
Merge pull request !1096 from TotaJ/backend
2021-07-20 07:33:34 +00:00
TotaJ d4c59b82d8 Fix stop gaussdb failed when init thread failed. 2021-07-19 09:25:16 +08:00
mujinqiang 19cbd11907 还原unix结束符 2021-07-17 11:43:01 +08:00
mujinqiang 2f7cd81a49 修改判断HA端口方式 2021-07-13 11:00:19 +08:00
opengauss-bot 97a744de3b !1028 小型化裁剪,增强可配置性
Merge pull request !1028 from 苏梓鑫/config
2021-07-09 02:24:38 +00:00
opengauss-bot 398087c901 !1041 修复 使用replication协议连接监听端口后,数据库stop失败的问题
Merge pull request !1041 from Hemny/fixBug2
2021-06-30 01:59:55 +00:00
Racardo.Cui aeab09c54c change address type in uce log 2021-06-24 15:30:30 +08:00
Hemny 4982d08338 备机连接可以走非HA端口,根据配置中的连接信息决定 2021-06-18 15:26:40 +08:00
Hemny 29c5bb6f7c 修复 使用replication协议连接监听端口后,数据库stop失败的问题
openGauss中,replication协议不能用线程池的线程。
如果数据库启用了线程池,并且出现用户操作失误使用了replication协议工具连接监听端口,连接失败后造成工作线程直接退出,引起gs_ctl stop停库失败。

现在直接在连接数据库时限制如果线程池模式下,replication工具只能通过HA端口连接数据库。
2021-06-18 09:43:35 +08:00
opengauss-bot 856b8c75c9 !1021 fix gpc bug and optimize gpc performance
Merge pull request !1021 from gentle_hu/master
2021-06-16 15:44:34 +08:00
gentle_hu 8e091abf35 fix gpc bug and optimize gpc performance 2021-06-16 10:59:05 +08:00
ZigSmith 940b0dbf3e 添加guc参数num_internal_lock_partitions, 进行锁分区的配置 2021-06-11 17:38:56 +08:00
ZigSmith 02f1b91e61 可通过configure选项--disable-llvm屏蔽llvm库的链接, 优化二进制文件大小以及内存占用 2021-06-11 17:38:36 +08:00
Racardo.Cui 1e33c70765 UCE add errcode in log 2021-06-10 14:54:52 +08:00
Racardo.Cui bccc724800 add SIGBUS in BlockSig sigmask 2021-06-01 14:45:31 +08:00
Racardo.Cui fb090c7a83 UCE bug fix 2021-05-29 17:28:56 +08:00
opengauss-bot d856afdbe1 !953 RAS:UCE故障感知需求
Merge pull request !953 from Ricardo_Cui/uce_fault
2021-05-13 09:30:29 +08:00
luozihao b3ffbf7e30 Enable the xlog archiving function of the standby node 2021-05-10 17:31:36 +08:00
Ricardo_Cui 740ef5e10d modify the description of UCE 2021-05-10 17:20:19 +08:00
Racardo.Cui 293ea16a1d for Centos compile 2021-05-08 17:27:40 +08:00
Racardo.Cui e895a74389 type change 2021-05-08 16:34:51 +08:00
Racardo.Cui 544a83def4 UCE fault perception 2021-05-08 16:11:09 +08:00
mujinqiang f94d4c96c7 回合代码fixvacuum+limit语句不退出 2021-04-16 19:46:37 +08:00
maxiang 4b6da7ef01 update src/gausskernel/process/postmaster/postmaster.cpp.
适配gs_clean权限,与分布式保持一致
2021-03-31 11:49:09 +08:00
zankyfun4 78c7204a9c fix the bind fail problem 2021-03-29 19:19:04 +08:00
opengauss-bot 701f3d7446 !836 修复stream线程池在启动stream线程数超出proc槽位后出现的hang问题
Merge pull request !836 from 杨皓/master
2021-03-29 11:49:07 +08:00
yanghao c87ee615f6 fix problem that CleanSystemCaches not correct 2021-03-27 16:38:08 +08:00
maxiang a083b48997 update src/gausskernel/process/postmaster/postmaster.cpp.
解决switchover时,主机一直demoting的问题
2021-03-19 12:35:54 +08:00
yanghao 384bb1ae83 fix problem that stream thread pool may cause hang while exceed max_connections 2021-03-18 17:51:55 +08:00
Xiao__Ma 1b839ebef6 update src/gausskernel/process/postmaster/postmaster.cpp.
添加集中式twophasecleaner退出逻辑
2021-03-18 12:44:30 +08:00
LiHeng 08b8f9cb9a clean residue temp table after gaussdb crash and restart 2021-03-16 21:13:54 +08:00
opengauss-bot e7998d8cde !820 preInit xlog file in walWriterAuxiliary thread for better performance
Merge pull request !820 from 熊小军/master
2021-03-16 16:30:46 +08:00
xiong_xjun 2d95808c4e preInit xlog file in walWriterAuxiliary thread for better performance 2021-03-16 15:31:31 +08:00
chenxiaobin e311131157 let heartbeat thread shut down while closing checkpointer thread 2021-03-15 21:41:58 +08:00
opengauss-bot 80dbc076bb !776 修复在线扩容bug
Merge pull request !776 from 薛蒙恩/master
2021-03-10 10:57:11 +08:00
xiong_xjun 24678f1045 xlog lock-less 2021-03-09 18:59:55 +08:00
薛蒙恩 594fbeb152 Merge branch 'master' of gitee.com:opengauss/openGauss-server into master 2021-03-08 16:05:20 +08:00
薛蒙恩 a19439e8b0 修复在线扩容代码bug 2021-03-08 15:46:54 +08:00
dengxuyue 3d79c59118 Misc bugfixes 2021-03-06 12:39:28 +08:00
xue_meng_en c8fc35acc3 支持在线扩容内核适配修改 2021-02-03 11:37:29 +08:00
dengxuyue 1567043064 同步source code
日期: 12-26
    revision: ee5b054c
2020-12-28 22:19:21 +08:00
opengauss-bot 0f90d0b106 !492 Delete the command line option parse about -O of gaussdb.
Merge pull request !492 from Yuejia/master
2020-12-16 16:45:41 +08:00
jeffee 5d0218bec4 xlog lock less modify 2020-12-14 14:25:48 +08:00
syj 15176163dd Delete the command line option parse about -O of gaussdb. 2020-12-14 11:52:36 +08:00
opengauss-bot 85b1af40e1 !485 Delete the command line option -O of gaussdb.
Merge pull request !485 from Yuejia/master
2020-12-14 09:17:51 +08:00
syj a2410a6365 Delete the command line option -O of gaussdb. 2020-12-12 11:06:37 +08:00
z00574602 00959bd400 add hypo-index 2020-12-09 20:13:24 +08:00