[
https://issues.apache.org/jira/browse/ARTEMIS-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16067699#comment-16067699
]
ASF GitHub Bot commented on ARTEMIS-1261:
-----------------------------------------
GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1378
ARTEMIS-1261 Adjust default confirmation-window-size for bridges
The default id-cache-size is 20000 and the default
confirmation-window-size is 1MB. It turns out the 1MB
size is too small for id-cache-size.
To fix it we adjust the confirmation-window-size to 10MB. Also
a test is added to guarantee it won't break this rule when this
default value is to be changed to any new value.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis jmaster_idCacheSz
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1378.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 #1378
----
commit 7e0f8fd6bb4c9325c81fa9df8668cfdeea650514
Author: Howard Gao <[email protected]>
Date: 2017-06-29T04:03:38Z
ARTEMIS-1261 Adjust default confirmation-window-size for bridges
The default id-cache-size is 20000 and the default
confirmation-window-size is 1MB. It turns out the 1MB
size is too small for id-cache-size.
To fix it we adjust the confirmation-window-size to 10MB. Also
a test is added to guarantee it won't break this rule when this
default value is to be changed to any new value.
----
> Adjust default confirmation-window-size for bridges
> ---------------------------------------------------
>
> Key: ARTEMIS-1261
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1261
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 1.5.5, 2.1.0
> Reporter: Howard Gao
> Assignee: Howard Gao
> Fix For: 1.5.6, 2.2.0
>
>
> The default id-cache-size is 20000 and the default
> confirmation-window-size is 1MB. It turns out the 1MB
> size is too small for id-cache-size.
> To fix it we adjust the confirmation-window-size to 10MB. Also
> a test is added to guarantee it won't break this rule when this
> default value is to be changed to any new value.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)