[
https://issues.apache.org/jira/browse/GEODE-9625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422986#comment-17422986
]
ASF subversion and git services commented on GEODE-9625:
--------------------------------------------------------
Commit ab651eba9558752fe1336919e462350f4581a22a in geode's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ab651eb ]
GEODE-9625: Only serialize transaction metadata when grouping enabled. (#6892)
> GatwaySenderEventImpl always serializes metadata necessary only for
> transaction grouping
> ----------------------------------------------------------------------------------------
>
> Key: GEODE-9625
> URL: https://issues.apache.org/jira/browse/GEODE-9625
> Project: Geode
> Issue Type: Bug
> Components: wan
> Affects Versions: 1.14.0, 1.14.1, 1.15.0
> Reporter: Jacob Barrett
> Assignee: Jacob Barrett
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.1, 1.15.0
>
>
> Recent additions for transaction grouping in WAN caused
> GatewaySenderEventImpl to serialize transaction ID and last transaction flags
> for every event regardless of the configuration of the transaction grouping
> option. This results in both WAN and AEQ queues to replication unnecessary
> data. Transaction ID also includes the member ID which is a large-sh object.
> The overhead should be removed from queues that don't need that metadata.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)