[
https://issues.apache.org/jira/browse/BOOKKEEPER-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504628#comment-14504628
]
Hudson commented on BOOKKEEPER-833:
-----------------------------------
FAILURE: Integrated in bookkeeper-master #1029 (See
[https://builds.apache.org/job/bookkeeper-master/1029/])
BOOKKEEPER-833: EntryLogId and EntryLogLimit should not be larger than
Integer.MAX_VALUE (sijie) (sijie: rev da1a2fa6b19ddcdba68834147bf6afbe5bf90cbf)
*
bookkeeper-server/src/main/java/org/apache/bookkeeper/util/BookKeeperConstants.java
* CHANGES.txt
*
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/SortedLedgerStorage.java
* bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/EntryLogger.java
*
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java
> EntryLogId and EntryLogLimit should not be larger than Integer.MAX_VALUE
> ------------------------------------------------------------------------
>
> Key: BOOKKEEPER-833
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-833
> Project: Bookkeeper
> Issue Type: Bug
> Components: bookkeeper-server
> Reporter: Sijie Guo
> Assignee: Sijie Guo
> Priority: Blocker
> Fix For: 4.4.0, 4.3.1
>
> Attachments: BOOKKEEPER-833.patch, BOOKKEEPER-833.v2.patch
>
>
> currently the index entry position is combined with log id and entry offset
> inside a log. so it means that log id and entry log file size shouldn't be
> larger than Integer.MAX_VALUE. otherwise, it would cause trouble.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)