1. 03 Jan, 2022 2 commits
  2. 17 Dec, 2021 1 commit
    • ny0312's avatar
      Introduce memory management on cluster link buffers (#9774) · 792afb44
      ny0312 authored
      Introduce memory management on cluster link buffers:
       * Introduce a new `cluster-link-sendbuf-limit` config that caps memory usage of cluster bus link send buffers.
       * Introduce a new `CLUSTER LINKS` command that displays current TCP links to/from peers.
       * Introduce a new `mem_cluster_links` field under `INFO` command output, which displays the overall memory usage by all current cluster links.
       * Introduce a new `total_cluster_links_buffer_limit_exceeded` field under `CLUSTER INFO` command output, which displays the accumulated count of cluster links freed due to `cluster-link-sendbuf-limit`.
      792afb44
  3. 12 Apr, 2021 1 commit
    • Yossi Gottlieb's avatar
      Fix failing cluster tests. (#8763) · 5e3a15ae
      Yossi Gottlieb authored
      Disable replica migration to avoid a race condition where the
      migrated-from node turns into a replica.
      
      Long term, this test should probably be improved to handle multiple
      slots and accept such auto migrations but this is a quick fix to
      stabilize the CI without completely dropping this test.
      5e3a15ae
  4. 06 Apr, 2021 1 commit
    • Yossi Gottlieb's avatar
      Clean up and stabilize cluster migration tests. (#8745) · 4724dd43
      Yossi Gottlieb authored
      This is work in progress, focusing on two main areas:
      * Avoiding race conditions with cluster configuration propagation.
      * Ignoring limitations with redis-cli --cluster fix which makes it hard
        to distinguish real errors (e.g. failure to fix) from expected
        conditions in this test (e.g. nodes not agreeing on configuration).
      4724dd43
  5. 12 Jan, 2021 1 commit
    • Oran Agra's avatar
      Fix cluster diskless load swapdb test (#8308) · 26495387
      Oran Agra authored
      The test was trying to wait for the replica to start loading the rdb
      from the master before it kills the master, but it was actually waiting
      for ROLE to be in "sync" mode, which corresponds to REPL_STATE_TRANSFER
      that starts before the actual loading starts.
      now instead it waits for the loading flag to be set.
      
      Besides, the test was dependent on the previous configuration of the
      servers, relying on the fact the replica is configured to persist
      (either RDB of AOF), now it is set explicitly.
      26495387
  6. 04 Aug, 2020 1 commit
  7. 14 Mar, 2018 1 commit
  8. 29 Sep, 2014 1 commit
  9. 23 May, 2014 1 commit
  10. 19 May, 2014 1 commit
  11. 14 May, 2014 1 commit
  12. 29 Apr, 2014 2 commits
  13. 24 Apr, 2014 1 commit