Project

General

Profile

Actions

Feature #40072

closed

[journal] tweak config defaults to improve small-IO performance

Added by Jason Dillaman almost 5 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Jason Dillaman
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
nautilus,mimic,luminous
Reviewed:
Affected Versions:
Pull request ID:

Description

Small IO throughput w/ journaling enabled is substantially worse than the expected worse-case of 2x the latency / 0.5x the IOPS. Tweak the config defaults to try to reduce the performance hit for small IO.

I suggest we create a new "rbd_journal_object_writethrough_until_flush"-style object (i.e. similar to "rbd_cache_writethrough_until_flush") which is defaulted to true. Then we can set "rbd_journal_object_flush_bytes" to 1MiB (i.e. similar to the current cache defaults when combined w/ the next point) w/o the need to worry about inconsistent IO in the case of failure since we know the app is sending flushes. Finally, increase the default "rbd_journal_splay_width" to 16 since (1) it's the default for "rbd bench", (2) it should match the max expected queue depth of workload.

The above are just ideas and should be tested to verify the best performance for small IO workloads.


Related issues 3 (0 open3 closed)

Copied to rbd - Backport #40509: luminous: [journal] tweak config defaults to improve small-IO performanceRejectedActions
Copied to rbd - Backport #40510: mimic: [journal] tweak config defaults to improve small-IO performanceRejectedActions
Copied to rbd - Backport #40511: nautilus: [journal] tweak config defaults to improve small-IO performanceResolvedJason DillamanActions
Actions

Also available in: Atom PDF