已关闭
生命周期终态清理路径没有单一 owner #3
zhaoyifan28创建于  4月23日关闭于  7月6日
zhaoyifan28成员
4月23日 创建

问题:

  • Delete 并不等待真正清理完成就返回成功。
  • Delete、Pause、创建后挂起的后台 waiter 都可能触发 Stop / Close / snapshot.Remove / ReleaseCID,导致清理职责重叠。
  • 这会让“删除完成”到底意味着什么变得不清楚,也会带来双重清理、提前释放 CID、后续状态不可预期的问题。

关键证据:

建议修复方向:

  • 明确一个终态清理 owner。
  • Delete 和 Pause 需要决定是同步完成终态清理后返回,还是只触发状态迁移但对外明确标记为异步。
  • ReleaseCID 必须和最终成功清理绑定,不能被多个路径重复触发。
likedislike
openeuler-ci-botopeneuler-ci-bot成员
4月23日 添加了label:sig/sig-CloudNative
openeuler-ci-bot
openeuler-ci-bot成员
4月23日 评论:

Welcome To openEuler Community

Hey @zhaoyifan28 , 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: sig-CloudNative ,
and any of the maintainers: @duguhaotian, @jimmieme, @lu-wei-army, @taotao-sauce, @weibaohui, @wonleing, @yangzhao_kl, @zmr_2020 ,
and any of the committers: @liuxu180400617 .

likedislike
zhaoyifan28成员
7月6日 评论:

/close

likedislike
openeuler-ci-botopeneuler-ci-bot成员
7月6日 issue状态由 待办的 改变为 已完成
openeuler-ci-botopeneuler-ci-bot成员
7月6日 关闭了 issue