402 Star 1.4K Fork 1.5K

GVPopenGauss / openGauss-server

 / 详情

配置参数enable_default_ustore_table=on/ ustore_attr='enable_ustore_partial_seqscan=true',运行一条update操作,数据库coredump。

已完成
缺陷
创建于  
2023-01-30 17:59

【标题描述】:配置参数enable_default_ustore_table=on/ ustore_attr='enable_ustore_partial_seqscan=true',运行一条update操作,数据库coredump。
【测试类型:存储功能】【测试版本:3.1.1】 配置参数enable_default_ustore_table=on/ ustore_attr='enable_ustore_partial_seqscan=true',运行一条update操作,数据库coredump。

【操作系统和硬件信息】(查询命令: cat /etc/system-release, uname -a):
输入图片说明
【测试环境】(单机/1主x备x级联备):
单机
【被测功能】:
参数功能
【测试类型】:
功能测试
【数据库版本】(查询命令: gaussdb -V):
输入图片说明

【预置条件】:
配置参数
enable_default_ustore_table=on
ustore_attr='enable_ustore_partial_seqscan=true'
【操作步骤】(请填写详细的操作步骤):
drop table if exists abort_test;
create table abort_test(id int,name varchar(10));
insert into abort_test values(1,'a');
update abort_test set abort_test.name='cici' where abort_test.id=1;

【预期输出】:
正常返回
【实际输出】:
coredump
输入图片说明
【原因分析】:

  1. 这个问题的根因
  2. 问题推断过程
  3. 还有哪些原因可能造成类似现象
  4. 该问题是否有临时规避措施
  5. 问题解决方案
  6. 预计修复问题时间

【日志信息】(请附上日志文件、截图、coredump信息):

【测试代码】:

评论 (2)

qiuqp 创建了缺陷

Hey @qiuqp, Welcome to openGauss Community.
All of the projects in openGauss Community are maintained by @opengauss-bot.
That means the developers can comment below every pull request or issue to trigger Bot Commands.
Please follow instructions at Here to find the details.

Hi @qiuqp, please use the command /sig xxx to add a SIG label to this issue.
For example: /sig sqlengine or /sig storageengine or /sig om or /sig ai and so on.
You can find more SIG labels from Here.
If you have no idea about that, please contact with @xiangxinyong , @zhangxubo .

yansong_lee 负责人设置为陈栋
yansong_lee 优先级设置为主要
陈栋 任务状态待办的 修改为已确认
陈栋 任务状态已确认 修改为修复中
陈栋 通过opengauss/openGauss-server Pull Request !2869任务状态修复中 修改为已完成

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(2)
5622128 opengauss bot 1581905080
C++
1
https://gitee.com/opengauss/openGauss-server.git
git@gitee.com:opengauss/openGauss-server.git
opengauss
openGauss-server
openGauss-server

搜索帮助