[
https://issues.apache.org/jira/browse/BOOKKEEPER-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16004723#comment-16004723
]
Hudson commented on BOOKKEEPER-1050:
------------------------------------
SUCCESS: Integrated in Jenkins build bookkeeper-master #1743 (See
[https://builds.apache.org/job/bookkeeper-master/1743/])
BOOKKEEPER-1050: Cache journalFormatVersionToWrite when starting Journal
(mmerli: rev 61a5446b8923e5ce0b2a46891a385fd480275bac)
* (edit)
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Journal.java
> Cache journalFormatVersionToWrite when starting Journal
> -------------------------------------------------------
>
> Key: BOOKKEEPER-1050
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1050
> Project: Bookkeeper
> Issue Type: Improvement
> Reporter: Matteo Merli
> Assignee: Matteo Merli
> Priority: Minor
> Fix For: 4.5.0
>
>
> Reading the journal version format from {{ServiceConfiguration}} each time is
> inefficient.
> {{ServiceConfiguration}} is based on Java properties which is based on a
> String to object hashtable. Each read implies acquiring a mutex and
> converting from object to int.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)