[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Page MenuHomePhabricator

Incorrect connection reuse on PostgreSQL
Closed, ResolvedPublic

Description

The LoadBalancer tries to avoid reusing foreign PG connections to different PG databases. However, if there are no reusable connections for a foreign connection attempt and at least one PG connection that cannot be reused, it will try to reuse one of the unusable connections anyway and raise an error.

Event Timeline

Change 582838 had a related patch set uploaded (by Anomie; owner: Anomie):
[mediawiki/core@master] rdbms: fix connection reuse logic in LoadBalancer for postgres (2020 edition)

https://gerrit.wikimedia.org/r/582838

Change 582838 merged by jenkins-bot:
[mediawiki/core@master] rdbms: fix connection reuse logic in LoadBalancer for postgres (2020 edition)

https://gerrit.wikimedia.org/r/582838