[
https://issues.apache.org/jira/browse/BOOKKEEPER-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854904#comment-15854904
]
ASF GitHub Bot commented on BOOKKEEPER-998:
-------------------------------------------
GitHub user revans2 opened a pull request:
https://github.com/apache/bookkeeper/pull/104
BOOKKEEPER-998: Increased the max entry size to 5MB
Full disclosure, most of these changes were actually done by @merlimat For
this I am mostly just putting them back into open source.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/bookkeeper BOOKKEEPER-998
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bookkeeper/pull/104.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 #104
----
commit 614d9cd5bfeeedf35f360adb757d1668429bb8ea
Author: Robert (Bobby) Evans <[email protected]>
Date: 2017-02-06T22:33:49Z
BOOKKEEPER-998: Increased the max entry size to 5MB
----
> Increased the max entry size to 5MB
> -----------------------------------
>
> Key: BOOKKEEPER-998
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-998
> Project: Bookkeeper
> Issue Type: Improvement
> Components: bookkeeper-server
> Reporter: Robert Joseph Evans
> Assignee: Robert Joseph Evans
>
> In practice we have found the Bookkeeper can handle 5MB entries without
> issue. We should make the {{PerChannelBookieClient.MAX_FRAME_LENGTH}}, the
> {{BookieNettyServer.maxMessageSize}} and the
> {{EntryLogger.MAX_SANE_ENTRY_SIZE}} size all consistent with one another, and
> ideally 5MB.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)