Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT DO NOT REVIEW] Wip/geode 10069 #7425

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Mar 6, 2022

  1. GEODE-10067: Optimize wan-copy region command

    When the region to copy is partitioned and
    the gateway sender is parallel, each gateway
    sender sends the primary copies of the
    buckets in that server.
    Deserialization of the entries is also avoided.
    albertogpz committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    8395c33 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. GEODE-10069: Optimize wan-copy region when paritioned region and seri…

    …al gw sender.
    
    When the region to copy is partitioned and the
    gateway sender is serial, every server will
    use the local gateway sender to copy the
    local primary entries in it.
    
    Also the output of the command when the region
    is replicated has been improved so that
    only the output of the server that copies entries
    (the one hosting the primary sender) will be
    printed by the command.
    albertogpz committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    598b2c7 View commit details
    Browse the repository at this point in the history