[
https://issues.apache.org/jira/browse/GEODE-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578775#comment-16578775
]
ASF subversion and git services commented on GEODE-5559:
--------------------------------------------------------
Commit a5840fa3866d2f5de3f989f9a5feb34c20ab2af9 in geode's branch
refs/heads/develop from [~browe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a5840fa ]
GEODE-5559: Improve runtime of RegionVersionHolder.canonicalExceptions (#2298)
This modifies the RVVException to iterate over the received version newest to
oldest, which makes generating the canonical exceptions much more
straightforward.
> RegionVersionHolder.canonicalExceptions is inefficient for large exceptions
> ---------------------------------------------------------------------------
>
> Key: GEODE-5559
> URL: https://issues.apache.org/jira/browse/GEODE-5559
> Project: Geode
> Issue Type: Bug
> Affects Versions: 1.7.0
> Reporter: Brian Rowe
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This function will traverse received versions within an exception and add
> them into the middle of a linked list. With a high enough number of received
> versions, this can become a bottleneck.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)