File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1428,7 +1428,6 @@ seastar::future<> OSD::handle_rep_op(
14281428 crimson::net::ConnectionRef conn,
14291429 Ref<MOSDRepOp> m)
14301430{
1431- m->finish_decode ();
14321431 return pg_shard_manager.start_pg_operation <RepRequest>(
14331432 std::move (conn),
14341433 std::move (m)).second ;
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ RepRequest::interruptible_future<> RepRequest::with_pg_interruptible(
6969{
7070 LOG_PREFIX (RepRequest::with_pg_interruptible);
7171 DEBUGI (" {}" , *this );
72+ req->finish_decode ();
7273 co_await this ->template enter_stage <interruptor>(repop_pipeline (*pg).process );
7374 co_await interruptor::make_interruptible (this ->template with_blocking_event <
7475 PG_OSDMapGate::OSDMapBlocker::BlockingEvent
You can’t perform that action at this time.
0 commit comments