Hi: There is a problem with unlock multiste sync log. The situation is set rgw_num_rados_handles > 1 and rgw_num_async_rados_threads default 32. since multisite use async thread pool, so lock and unlock operation may get different threads, which may direct to different rados handles, and lock operation use client.xxxx to identify owner, different rados handles means different client, leads to unlock fail, and next lock will return locked, rgw log will show many -16 error. Is there a good way to solve this? -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html