Payload is already decoded in IOHandler::read_message (decode_message).
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
crimson::net::ConnectionRef conn,
Ref<MOSDPGUpdateLogMissing> m)
{
- m->decode_payload();
return pg_shard_manager.start_pg_operation<LogMissingRequest>(
std::move(conn),
std::move(m)).second;
crimson::net::ConnectionRef conn,
Ref<MOSDPGUpdateLogMissingReply> m)
{
- m->decode_payload();
return pg_shard_manager.start_pg_operation<LogMissingRequestReply>(
std::move(conn),
std::move(m)).second;