Project

General

Profile

Fix #12947

Updated by Abhishek Varshney over 8 years ago

https://github.com/ceph/ceph/pull/5812 There's a race condition in rados bench. Under certain conditions (like bench seq/rand -b 1024 -t 128) it is possible that aio_read reads data into destination buffers before or during memcmp execution, resulting in "[..] is not correct!" errors even if actual objects are perfectly fine. 

 Fixed in master/infernalis (https://github.com/ceph/ceph/pull/5152).

Back