diff options
author | ny0312 <49037844+ny0312@users.noreply.github.com> | 2021-12-16 21:56:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 21:56:59 -0800 |
commit | 792afb443211f190b3f8bea15e945661453fbddf (patch) | |
tree | ae3a50c8adc9ed0a3adb3d1093e7f0129b469a2b /runtest-sentinel | |
parent | 687210f1550cf9048bed5f5539c9411fb22cd3b0 (diff) | |
download | redis-792afb443211f190b3f8bea15e945661453fbddf.tar.gz |
Introduce memory management on cluster link buffers (#9774)
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`.
Diffstat (limited to 'runtest-sentinel')
0 files changed, 0 insertions, 0 deletions