[
https://issues.apache.org/jira/browse/ZOOKEEPER-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flavio Paiva Junqueira updated ZOOKEEPER-486:
---------------------------------------------
Attachment: ZOOKEEPER-486.patch
Separated the bookie part of patch ZOOKEEPER-507. There is one test failing
because a bookie is apparently failing to handle a missing ledger.
> Improve bookie performance for large number of ledgers
> ------------------------------------------------------
>
> Key: ZOOKEEPER-486
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-486
> Project: Zookeeper
> Issue Type: Improvement
> Components: contrib-bookkeeper
> Reporter: Flavio Paiva Junqueira
> Assignee: Benjamin Reed
> Attachments: ZOOKEEPER-486.patch
>
>
> If we write simultaneously to a large number of ledgers on a bookie, then
> performance drops significantly due to more seeks on the ledger device. In
> such cases, we should be clustering ledgers into files to reduce the number
> of seeks, and performing sequential writes on each file. Clustering ledgers
> will impact read performance, so we would to have a knob to control such a
> feature.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.