Signed-off-by: Samuel Just <sjust@redhat.com>
crimson::net::ConnectionRef conn,
Ref<MOSDRepOp> m)
{
- m->finish_decode();
return pg_shard_manager.start_pg_operation<RepRequest>(
std::move(conn),
std::move(m)).second;
{
LOG_PREFIX(RepRequest::with_pg_interruptible);
DEBUGI("{}", *this);
+ req->finish_decode();
co_await this->template enter_stage<interruptor>(repop_pipeline(*pg).process);
co_await interruptor::make_interruptible(this->template with_blocking_event<
PG_OSDMapGate::OSDMapBlocker::BlockingEvent