yugabyte/yugabyte-db
[YSQL] pgsql_proxy_bind_address=127.0.0.1:5434,127.0.0.2:5436 results in PG crash
Offen
#28.643 geöffnet am 19.09.2025
area/ysqlgood first issuekind/bugpriority/mediumstatus/awaiting-triage
Repository-Metriken
- Stars
- (8.229 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)
Beschreibung
Jira Link: DB-18336
Description
This tserver gflag is being transformed to the PG listen_addresses and port parameter. PG only supports a single port in its listen specification, so the above specification should be rejected as invalid. Instead, a mix of ports is used to start PG and create the socket path, causing PG to fail startup.
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
- I confirm this issue does not contain any sensitive information.