]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/TrackedOp: Fix TrackedOp event order 59109/head
authoryite.gu <yitegu0@gmail.com>
Fri, 12 May 2023 09:29:26 +0000 (05:29 -0400)
committeryite.gu <yitegu0@gmail.com>
Fri, 9 Aug 2024 10:21:12 +0000 (18:21 +0800)
commit41dcd138e3999654de00c8563cc62239991e7b2b
treef5c52db3f088879cd66104e0091adb3a70cc4636
parent99fcd96dc1a9e6226f01e869d882f7563e44107d
osd/TrackedOp: Fix TrackedOp event order

Header_read time is recv_stap, throttled time is
throttle_stamp. Throttled event is in front of header_read
event currently, but throttle_stamp is behind recv_stamp.

Initiated time should be recv_stap, instead of throttle_stamp.

Fixes: https://tracker.ceph.com/issues/61388
Signed-off-by: YiteGu <yitegu0@gmail.com>
(cherry picked from commit 0a32f55629c62a38ae3f0923b90a74dfd7f4b1d5)
src/common/TrackedOp.h
src/osd/OpRequest.cc