Welcome To openGauss Community
Hey @jyn88 , thanks for your contribution to the community.
Bot Usage Manual
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands.
Contact Guide
If you have any questions, please contact the SIG: StorageEngine ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @CityYard, @libiao2024, @lijieac, @theothersideofsea, @wang_bowen, @weithu, @xiong_xjun, @yuanyazhi, @zhangzq131 .


b018 2003环境长稳七天连跑通过:



回归版本:b020 双集群
回归结论:回归通过
报错failed to find edp info on master不会影响其他线程卡在log_atomic_op_begin,不会让tpcc业务卡住,b019和b020均未出现过该问题
如下图即使打印该报错,tpcc业务没有卡住,正常运行:




测试类型
存储功能
测试版本
7.0.0LTS
问题描述
跑tpcc卡住,tpm很久不变,节点0卡在ckpt,节点1卡在向节点0查询远端事务快照
操作系统和硬件信息
cat /etc/os-release
NAME="openEuler"
VERSION="20.03 (LTS-SP4)"
ID="openEuler"
VERSION_ID="20.03"
PRETTY_NAME="openEuler 20.03 (LTS-SP4)"
ANSI_COLOR="0;31"
测试环境
oGRAC双节点
被测功能
预置条件
操作步骤
跑1000仓tpcc长稳,380并发
预期输出
实际输出
卡住,没继续跑业务
日志信息
tpcc tpm卡在这里从8.8晚上9点后卡住超过两天不动:

节点0 run日志最后一次打ckpt信息:



最后一次打ckpt:
节点0堆栈大量线程卡在log_atomic_op_begin:
提单组织
内部开发
测试代码