]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/pg: drop inappropriate assertions 67697/head
authorXuehan Xu <xuxuehan@qianxin.com>
Fri, 6 Mar 2026 16:51:14 +0000 (00:51 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Fri, 6 Mar 2026 16:51:14 +0000 (00:51 +0800)
commitf766cc341cfa88fb354a1c28769cbaccfba6fbe4
treecfd86acbb367674d6557b52ab163288a1ca39092
parentd53fd97a095e05fe104119942b885df3172a58c9
crimson/osd/pg: drop inappropriate assertions

The handler of interruptions may be scheduler long after the
interruptions happen, when the world may has changed completely.
So the assertions about temporary states don't seem appropriate
in the handlers of those interruptions.

Fixes: https://tracker.ceph.com/issues/73820
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/osd/pg.cc