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

Update slotmap when slot is not served by any node #192

Merged
merged 8 commits into from
Sep 29, 2023

Commits on Sep 27, 2023

  1. Update slotmap when slot is not served by any node

    The sync-API will update the slotmap before attempting to send a command
    when the slot is not served by any cluster node.
    
    The async-API will initate the slotmap update in parallell so that the next
    command might have an updated slotmap.
    bjosv committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fc6e8a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0def5bc View commit details
    Browse the repository at this point in the history
  3. Use renamed redisClusterUpdateSlotmap()

    Its former name `cluster_update_route()` can be removed by the
    define HIRCLUSTER_NO_OLD_NAMES, which would break the build.
    bjosv committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    da2faa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d2299a View commit details
    Browse the repository at this point in the history
  5. fixup: code formatting

    bjosv committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6f686e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Update tests/scripts/slots-not-served-test-async.sh

    Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
    bjosv and zuiderkwast committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6314347 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Revert "Disconnect async connection when authentication fails"

    This reverts commit 4d2299a.
    bjosv committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5d7b2bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c0c2b View commit details
    Browse the repository at this point in the history