]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/TrackedOp: Fix TrackedOp event order 59108/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:18:49 +0000 (18:18 +0800)
commite593efb0ef48ba0bee6cfaf5620f188919c2a725
tree923a2399949219a0f72e18de1cbba76fd1ec3f52
parent99dee9acaa7465188bfeac848f97e2e91ed6241d
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