-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
osd_write() performance can be improved allocating few blocks at once. this can be useful for llog which suffers from frequent serialization due to the allocation's semaphore. preliminary benchmark shows promising results writing 32K llog records into a single plain llog in 1 and 4 threads:
indexed llog + new write, 16 blocks alloc: took 51ms, 1594 per rec in 1 threads took 18ms, 576 per rec in 4 threads indexed llog + new write, 8 blocks alloc: took 50ms, 1578 per rec in 1 threads took 18ms, 583 per rec in 4 threads indexed llog + new write, 4 blocks alloc: took 50ms, 1567 per rec in 1 threads took 19ms, 607 per rec in 4 threads indexed llog + new write, 2 blocks alloc: took 51ms, 1622 per rec in 1 threads took 31ms, 988 per rec in 4 threads indexed llog + old write: took 51ms, 1624 per rec in 1 threads took 34ms, 1090 per rec in 4 threads non-indexed llog + old write: took 68ms, 2145 per rec in 1 threads took 53ms, 1669 per rec in 4 threads
- is related to
-
LU-20095 BUG at /tmp/rpmbuild-lustre-jenkins-Ui9P732t/BUILD/lustre-2.17.51_23_gb36f204/ldiskfs/super.c:1186!
-
- Open
-
-
LU-19967 take extent tree depth and sb into account for credits calculation
-
- Resolved
-
-
LU-13773 sanity-dom test failure not triggering test suite marked as FAIL
-
- Resolved
-
-
LU-19521 disable sanity/270a on old clients
-
- Resolved
-
- is related to
-
LU-19862 jbd2_journal_commit_transaction BUG with rhel10 and dirty metadata buffer
-
- Open
-
-
LU-19756 WARNING: CPU: 2 PID: 9729 at mm/page-writeback.c:2796 __folio_mark_dirty+0x208/0x260
-
- Open
-
-
LU-19644 sanity test_150ib: @@@@@@ FAIL: extend failed:128!=136
-
- Resolved
-
- mentioned in
-
Page Loading...