You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Valkey/Valkey-Sentinel 9.0.2 in dual port setup, non-tls and tls. All 4 ports run and the system is healthy and working as expected except for one aspect. I had assumed that a client contacting Sentinel on the non-tls port would get the non-tls Valkey port back when issuing 'SENTINEL GET-MASTER-ADDR-BY-NAME '. However, I have confirmed that Sentinel returns the Valkey tls-port regardless of the Sentinel port contacted (tls or non-tls). Is this expected behaviour?
I did point the Sentinels to monitor Valkey on the tls-port and I enabled tls-replication. When I reverted the config to monitor Valkey on the non-tls port and disabled tls-replication, Sentinel now returns the non-tls port, regardless of the Sentinel port used. Is it possible to have Sentinel return the corresponding Valkey port when contacted (e.g. return non-tls Valkey port when contacted on non-tls)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I am running Valkey/Valkey-Sentinel 9.0.2 in dual port setup, non-tls and tls. All 4 ports run and the system is healthy and working as expected except for one aspect. I had assumed that a client contacting Sentinel on the non-tls port would get the non-tls Valkey port back when issuing 'SENTINEL GET-MASTER-ADDR-BY-NAME '. However, I have confirmed that Sentinel returns the Valkey tls-port regardless of the Sentinel port contacted (tls or non-tls). Is this expected behaviour?
I did point the Sentinels to monitor Valkey on the tls-port and I enabled tls-replication. When I reverted the config to monitor Valkey on the non-tls port and disabled tls-replication, Sentinel now returns the non-tls port, regardless of the Sentinel port used. Is it possible to have Sentinel return the corresponding Valkey port when contacted (e.g. return non-tls Valkey port when contacted on non-tls)?
All reactions