Redis Enterprise Software 发行说明 6.4.2-69(2023 年 5 月)

Amazon Linux 2 支持。使用 rladmin 配置 envoy 端口。添加了在使用优化的分片放置 API 时避免使用特定节点的选项。添加了 failure_detection_sensitivity 以替换 watchdog_profile。

Redis 企业软件

这是 Redis Enterprise Software 版本 6.4.2 的维护版本。

下表显示了可用软件包的 MD5 校验和:

MD5 校验和(6.4.2-69 5 月版)
Ubuntu 16 版本 31631248672DE0154EC20AEE0BFF9ADC
Ubuntu 18 的 7d9ebd4ea5a23137d2bb3928134ea6ef
Ubuntu 20 的 357ceda7467fd66962f3cb5aa143def7
RedHat Enterprise Linux (RHEL) 7
Oracle Enterprise Linux (OL) 7
4d53fcce8c80910a05ed37ab64b57a7a
RedHat Enterprise Linux (RHEL) 8
Oracle Enterprise Linux (OL) 8
Rocky Enterprise Linux
88dc6a4d96b948b086f785dc42786d03
Amazon Linux 2 7ed06bc0b35494e4a5c084528d6e8b9f

新增功能和增强功能

  • Amazon Linux 2 支持

  • 增强的安装日志(RS69079、RS69571、RS77857 RS89760)

  • 添加了对rladminEnvoy 端口配置 (RS95483)

  • 支持在使用优化分片放置 API 时避开特定节点的选项 (RS98795)

  • 在安装和升级之前检查端口可用性 (RS80815)

  • 添加failure_detection_sensitivity策略设置为集群策略 REST API 请求。请参阅watchdog_profile弃用通知了解更多详情。

Redis 堆栈 v6.2.6

Redis 企业软件 v6.4.2 包括最新 Redis Stack 版本 (6.2.6 v6) 中提供的新功能:

请参阅升级模块以了解如何升级数据库的模块。

版本变更

弃用

watchdog_profile

watchdog_profile设置已弃用,并将在未来发行版中删除。相反,请使用failure_detection_sensitivity预定义阈值和超时的策略:

rladmin tune cluster failure_detection_sensitivity [ high | low ]

The failure_detection_sensitivity policy has the following options:

  • high (previously known as local-network watchdog_profile) – high failure detection sensitivity, lower thresholds, and faster failure detection and failover

  • low (previously known as cloud watchdog_profile) – low failure detection sensitivity and higher tolerance for latency variance (also called network jitter)

Ubuntu 16.04

Ubuntu 16 support is deprecated, and support will be removed in a future release.

Active-Active database persistence

The RDB snapshot option for Active-Active database persistence is deprecated and will be removed in a future release.

Please plan to reconfigure any Active-Active databases to use append-only file (AOF) persistence with the following command:

crdb-cli crdb update --crdb-guid <CRDB_GUID> \
    --default-db-config '{"data_persistence": "aof", "aof_policy":"appendfsync-every-sec"}'

Resolved issues

  • RS97528 - Prevent self-signed certificate script error on Ubuntu 20.04 by changing the user instructions.

  • RS99643 - Fix cipher_suites configuration to allow default cipher suites according to the control plane, data plane, and discovery service.

  • RS99696 - Fix HINCRBYFLOT CVE

  • RS54226 - During upgrades, a CRDB worker process would intermittently get stuck in a restart loop. This issue is now fixed.

Known limitations

Feature limitations

  • RS78430 - When tuning module arguments, any typo or use of unsupported arguments can cause shards to get stuck after restart.

Operating system limitations

Ubuntu 20.04

By default, you cannot use the SHA1 hash algorithm (OpenSSL’s default security level is set to 2). The operating system will reject SHA1 certificates even if the mtls_allow_weak_hashing option is enabled. You need to replace SHA1 certificates with newer certificates that use SHA-256. Note that the certificates provided with Redis Enterprise Software use SHA-256.

RATE THIS PAGE
Back to top ↑