[ https://issues.apache.org/jira/browse/BOOKKEEPER-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15630463#comment-15630463 ]
ASF GitHub Bot commented on BOOKKEEPER-963: ------------------------------------------- GitHub user merlimat opened a pull request: https://github.com/apache/bookkeeper/pull/71 BOOKKEEPER-963: Allow to use multiple journals in bookie By configuring multiple journals, we can take advantage of the IO of multiple disks to increase the write throughput of a single bookie. Each journal will have its own journal and sync threads and writes will be assigned to a particular journal by hashing on the ledger id. In addition to using multiple physical disks, there can improvements even by using multiple journal on a single SSD device, because these disks can handle well multiple concurrent writes in different blocks of the disk. You can merge this pull request into a Git repository by running: $ git pull https://github.com/merlimat/bookkeeper bk-multiple-journals Alternatively you can review and apply these changes as the patch at: https://github.com/apache/bookkeeper/pull/71.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #71 ---- ---- > Allow to use multiple journals in bookie > ---------------------------------------- > > Key: BOOKKEEPER-963 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-963 > Project: Bookkeeper > Issue Type: Improvement > Reporter: Matteo Merli > Assignee: Matteo Merli > Fix For: 4.5.0 > > > By configuring multiple journals, we can take advantage of the IO of multiple > disks to increase the write throughput of a single bookie. > Each journal will have its own journal and sync threads and writes will be > assigned to a particular journal by hashing on the ledger id. > In addition to using multiple physical disks, there can improvements even by > using multiple journal on a single SSD device, because these disks can handle > well multiple concurrent writes in different blocks of the disk. -- This message was sent by Atlassian JIRA (v6.3.4#6332)