mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
test/crimson: track msg with tid in perf_async_msgr
fix perf_async_msgr by setting tid for perf_crimson_msgr to track messages. Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
This commit is contained in:
parent
b7010730f2
commit
78f4ada0c9
@ -54,6 +54,7 @@ struct Server {
|
||||
MOSDOp *rep = new MOSDOp(0, 0, hobj, spgid, 0, 0, 0);
|
||||
bufferlist data(msg_data);
|
||||
rep->write(0, msg_len, data);
|
||||
rep->set_tid(m->get_tid());
|
||||
m->get_connection()->send_message(rep);
|
||||
m->put();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user