]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson: add delay for peering_event start when nested 43980/head
authorchunmei-liu <chunmei.liu@intel.com>
Wed, 17 Nov 2021 04:40:09 +0000 (20:40 -0800)
committerchunmei-liu <chunmei.liu@intel.com>
Thu, 18 Nov 2021 03:28:36 +0000 (19:28 -0800)
commitd4ba8ef4a645025df8913c2daab20462adf10b90
treeced2f7a4f779b03046dae91c375e021b25b3a1a1
parent382d27160b7dea39c8973cf8fae819d1b4da253b
crimson: add delay for peering_event start when nested

Delay the second (nested) peerevent::start to let the first finish.
Then avoid interruptor nesting which will cause local interrupt_cond
not equal global interrupt_cond.

Signed-off-by: chunmei-liu <chunmei.liu@intel.com>
src/crimson/osd/pg.cc