]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/osd: add performance test case for maybe_remove_pg_upmap
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 1 Jun 2019 02:43:10 +0000 (10:43 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 18 Jun 2019 02:08:36 +0000 (10:08 +0800)
commit5faacaeb6d5b000478282038023ad93fb330c2d4
tree728593f68de61fec3b82786e7fae559f1b98a5d7
parent9537302815ff3671565a82bcb0123af125ba3165
test/osd: add performance test case for maybe_remove_pg_upmap

Tom Byrne reported that maybe_remove_pg_upmap might become
super inefficient for large clusters with balancer on.
To identify and resolve the problem, we need to add some good
measurements first.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit c0ce22b8c861fb76957b4cbbd59d9800e1ec09c3)
src/test/osd/TestOSDMap.cc