Skip to content

Commit c4dd063

Browse files
athanatosMatan-B
authored andcommitted
crimson: finish_decode() of MOSDRepOp on target core
Signed-off-by: Samuel Just <[email protected]> (cherry picked from commit bd95adc)
1 parent 00e0f67 commit c4dd063

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/crimson/osd/osd.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

src/crimson/osd/osd_operations/replicated_request.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)