Skip to content

Commit b2f0f78

Browse files
authored
DOC-4593 RS: Add Sentinel known issue to 7.8.2-34 release notes (#923)
1 parent 286e2bd commit b2f0f78

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

content/operate/rs/release-notes/rs-7-8-releases/_index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,24 @@ The following table provides a snapshot of supported platforms as of this Redis
231231

232232
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
233233

234+
- After upgrading, clusters using Sentinel for service discovery might encounter an issue that requires a restart of the Sentinel service. To determine if your cluster is affected, check for the following symptoms:
235+
236+
1. The `sentinel masters` command is unresponsive.
237+
238+
1. Review `sentinel_service.log` for messages such as:
239+
240+
```
241+
INFO Failed to read ‘HGETALL node:##’, ERROR: ‘HGETALL node:##’ returned empty results (retry ######), will try again in 1s.
242+
```
243+
244+
Workaround: To resolve the issue, run the following command on each node:
245+
246+
```sh
247+
supervisorctl restart sentinel_service
248+
```
249+
250+
If you are uncertain whether you are impacted or need assistance with remediation, [contact support](https://redis.io/support/).
251+
234252
## Known limitations
235253
236254
#### New Cluster Manager UI limitations

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,24 @@ The following table shows the SHA256 checksums for the available packages:
408408

409409
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
410410

411+
- After upgrading, clusters using Sentinel for service discovery might encounter an issue that requires a restart of the Sentinel service. To determine if your cluster is affected, check for the following symptoms:
412+
413+
1. The `sentinel masters` command is unresponsive.
414+
415+
1. Review `sentinel_service.log` for messages such as:
416+
417+
```
418+
INFO Failed to read ‘HGETALL node:##’, ERROR: ‘HGETALL node:##’ returned empty results (retry ######), will try again in 1s.
419+
```
420+
421+
Workaround: To resolve the issue, run the following command on each node:
422+
423+
```sh
424+
supervisorctl restart sentinel_service
425+
```
426+
427+
If you are uncertain whether you are impacted or need assistance with remediation, [contact support](https://redis.io/support/).
428+
411429
## Known limitations
412430
413431
#### New Cluster Manager UI limitations

0 commit comments

Comments
 (0)