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.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
rdbms: fix connection reuse logic in LoadBalancer for postgres (2020 edition) | mediawiki/core | master | +5 -3 |
Event Timeline
Comment Actions
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)
Comment Actions
Change 582838 merged by jenkins-bot:
[mediawiki/core@master] rdbms: fix connection reuse logic in LoadBalancer for postgres (2020 edition)