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, @ywzq1161327784 ,
and any of the committers: @CityYard, @libiao2024, @lijieac, @theothersideofsea, @wang_bowen, @weithu, @xiong_xjun, @yuanyazhi .


2026-6-18 ~ 2026-6-22跑tpcc,dss挂了,导致数据库挂了




2026/7/14开始跑tpcc,2026/7/18数据库挂了,报错:cms cli conn retry failed.


2026/7/21~2026/7/28,数据库转测版本7.0.0.B013,tpcc跑7天未报异常



2026/8/4,构建数据报错,版本:7.0.0.B016




数据库版本:7.0.0.B017
该报错是在jdbc与数据库建立连接失败情况下报错的,经测试,这个报错会在以下三种情况下出现:
(1)将数据库stop,jdbc连数据库报错:

(2)将网卡设置延时60s:tc qdisc add dev enp4s0 root netem delay 60000ms,jdbc连数据库报错:

(3)用户名/密码错误
结论:在数据库及网络正常情况下跑tpcc无法复现这个问题,在数据库stop及网卡波动两种场景下会复现这个报错,报错的主要原因是数据库连不上,这两种情况都会导致数据库连不上


jdbc添加日志之后跑tpcc,在jdbc与数据库建立连接失败情况下报如下错:

日志中详细打印了建连失败原因


测试日期:2026/8/19
测试版本:7.0.0.B019
连接失败打印具体错误信息






回归版本: b018双集群
回归结论:通过
b018版本2003物理机环境七天长稳连跑通过,且近期并无出现驱动断开问题



测试类型
压力长稳,工具功能
测试版本
7.0.0-RC3
问题描述
oGRAC长稳测试,tpcc跑了一天多后断开,tpcc报错(只有一条报错信息):
17:26:24,953 [main] ERROR jTPCC : Term-00, Something unusual has occured to cause the driver to fail. Please report this exception.
数据库期间没有断开,没有任何报错,定位该报错位置在jdbc建立连接处,建立连接失败。
导仓时也有概率出现因连接断开而导仓失败的问题。
操作系统和硬件信息
cat /etc/system-release
openEuler release 20.03 (LTS-SP1)
测试环境
资源池化
被测功能
预置条件
操作步骤
安装两节点数据库,导仓后跑tpcc,期间连接断开。
预期输出
实际输出
17:26:24,953 [main] ERROR jTPCC : Term-00, Something unusual has occured to cause the driver to fail. Please report this exception.
日志信息
提单组织
内部开发
测试代码