]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rados: make ceph_perf_msgr_client work for multiple jobs 18877/head
authorJeegn Chen <jeegnchen@gmail.com>
Fri, 10 Nov 2017 12:59:01 +0000 (20:59 +0800)
committerJeegn Chen <jeegnchen@gmail.com>
Fri, 10 Nov 2017 12:59:01 +0000 (20:59 +0800)
commit5c1a860d61cb9028e05a9d75f252a473141ea6b7
tree0eb691a69c9d5c71efdd1bdac897483fa55d34c1
parent5094838ab96e71955f31fa56072c1ef729800bb7
rados: make ceph_perf_msgr_client work for multiple jobs

Move the invocation of msgr->start() before a client initiates a connection.
So the nonce is probably initialized and the server side is able to differenciate
the connections from different Messengers from the same client.

Fixes: http://tracker.ceph.com/issues/22103
Signed-off-by: Jeegn Chen <jeegnchen@gmail.com>
src/test/msgr/perf_msgr_client.cc