Skip to content

Commit 46ba1b0

Browse files
authored
Merge pull request ceph#51746 from rosinL/fix-61227
crimson/osd/ops_executer: fix double apply_stats() when writing Reviewed-by: Samuel Just <[email protected]> Reviewed-by: Radosław Zarzyński <[email protected]>
2 parents a7be364 + 1dd1847 commit 46ba1b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crimson/osd/ops_executer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ OpsExecuter::flush_changes_n_do_ops_effects(
522522
txn
523523
).then_interruptible([mut_func=std::move(mut_func),
524524
this](auto&& log_entries) mutable {
525-
apply_stats();
526525
auto [submitted, all_completed] =
527526
std::forward<MutFunc>(mut_func)(std::move(txn),
528527
std::move(obc),

0 commit comments

Comments
 (0)