osd: why not use aio in read?
21 Aug
2023
21 Aug
'23
8:40 a.m.
Hi, guys: I'm using ceph 14 on HDD, and observed obvious high latency for pg.lock(). Further inspection shows the root cause seems to be the function pgbackend->objects_read_sync() called in PrimaryLogPG::do_read() which will hold the pg lock until the disk read finish. My question is why not use aio for read like what we are doing for write in bluestore? Is there any known problem for aio read in osd? Thanks in advance, Xinying Song
1112
Age (days ago)
1112
Last active (days ago)
0 comments
1 participants
participants (1)
-
Xinying Song