已关闭
[资料issue]: UB事务快照加速资料误写 enable_ondemand_recovery(应为 ss_enable_ondemand_recovery) #8476
wuchenlong创建于  10 天前关闭于  3 天前
wuchenlong
wuchenlong成员
10 天前 创建

测试类型

资料
SQL功能

测试版本

7.0.0LTS

操作系统和硬件信息

openEuler 20.03 aarch64(20.20.20.104/106)

测试环境

资源池化

操作步骤

打开 ub_transaction_snapshot_acceleration_introduction.md

  • 特性约束写「与按需回放…(enable_ondemand_recovery)不支持同时开启」
  • 参数联动再次写 enable_ondemand_recovery

image.png
image.png

在资源池化库执行:

show enable_ondemand_recovery;
show ss_enable_ondemand_recovery;

预期输出

资料参数名与产品 GUC 一致,可 show 成功。

实际输出

enable_ondemand_recovery: ERROR unrecognized configuration parameter
ss_enable_ondemand_recovery: off

日志信息

HA/极致RTO 资料用的是 ss_enable_ondemand_recovery。由临时仓 https://gitcode.com/wuchenlong/openGauss-issue-temp/issues/15 确认后转正式仓。

提单组织

测试团队

likedislike
wuchenlongwuchenlong成员
10 天前 添加了label:bug
opengauss_bot
opengauss_bot成员
10 天前 评论:

This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.

likedislike
opengauss_botopengauss_bot成员
10 天前 将 TestManager 设为负责人
opengauss_bot
opengauss_bot成员
10 天前 评论:

Welcome To openGauss Community

Hey @wuchenlong , 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. You can self-configure the PR merge rules for this repository. For more details, please refer to Here.

Contact Guide

If you have any questions, please contact the SIG: StorageEngine, AI, CM, CloudNative, SecurityTechnology, SQLEngine ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @libiao2024, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @Igali, @bihua111, @cailei19, @h_ray, @levy53071, @libiao2024, @lihaixiao, @mrzack, @wangfeihuo, @wuyuechuan, @xiong_xjun, @zhangfengzhi123, @zhangxubo, @zhangzq131, @zjh_hw .

likedislike
opengauss_botopengauss_bot成员
10 天前 添加了label:sig/Docs
wuchenlongwuchenlong成员
10 天前 关联了看板:openGauss 7.0.0-LTS
wuchenlongwuchenlong成员
10 天前 修改标题为 “[资料issue]: UB事务快照加速资料误写 enable_ondemand_recovery(应为 ss_enable_ondemand_recovery)”,原标题为“[Bug]: UB事务快照加速资料误写 enable_ondemand_recovery(应为 ss_enable_ondemand_recovery)”
muyulinzhongmuyulinzhong成员
8 天前 issue优先级由 无优先级 改变为 次要
muyulinzhongmuyulinzhong成员
8 天前 将 congzhou2603 设为负责人
muyulinzhongmuyulinzhong成员
8 天前 移除了负责人 TestManager
zhoucong<Okidoki>zhoucong<Okidoki>成员
8 天前 关联了pull request:删除ub和按需回放互斥说明
zhoucong<Okidoki>zhoucong<Okidoki>成员
8 天前 关联了pull request:删除ub和按需回放互斥说明
zhoucong<Okidoki>
zhoucong<Okidoki>成员
5 天前 评论:

image.png 实际代码已经取消严格限制,相关描述已删除。

likedislike
zhoucong<Okidoki>zhoucong<Okidoki>成员
5 天前 issue状态由 待办的 改变为 待回归
wuchenlong
wuchenlong成员
3 天前 评论:

回归版本:7.0.0-B023(openGauss 7.0.0 build 68f12854,compiled at 2026-09-12 16:05:53)
回归环境:文档核对:opengauss-docs 已 sync;资源池化故障案例以 openGauss-server origin/master(含 !9747/!9758/!9776 等资料修复)为准。回归环境:224 LTS B023,cluster_state=Normal
结论:通过(误写的 enable_ondemand_recovery 互斥说明已删除)

说明:ub_transaction_snapshot_acceleration_introduction.md 特性约束中已无 enable_ondemand_recovery 误写。B023 LTS 复验:

完整回归 SQL

show enable_ondemand_recovery;
show ss_enable_ondemand_recovery;

实际输出

ERROR:  unrecognized configuration parameter "enable_ondemand_recovery"
 ss_enable_ondemand_recovery
-----------------------------
 off
likedislike
wuchenlongwuchenlong成员
3 天前 issue状态由 待回归 改变为 已验收
wuchenlongwuchenlong成员
3 天前 关闭了 issue