]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/TrackedOp: Fix TrackedOp event order 51668/head
authoryite.gu <yitegu0@gmail.com>
Fri, 12 May 2023 09:29:26 +0000 (05:29 -0400)
committeryite.gu <yitegu0@gmail.com>
Sun, 14 May 2023 00:05:05 +0000 (20:05 -0400)
commit0a32f55629c62a38ae3f0923b90a74dfd7f4b1d5
tree9542e40b6d082a2a271e76100f014a44ad41a5b6
parent5852e5a7f2b743c08a8abec7ba4c9786adde0483
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>
src/common/TrackedOp.h
src/osd/OpRequest.cc