Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Remove usage of LBFactory class | mediawiki/extensions/PageTriage | master | +0 -9 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T348573 All Wikimedia extensions that store their data outside the main database should use a virtual database domain | |||
| Resolved | MPGuy2824 | T348743 Migrate PageTriage to use a virtual database domain (remove LBFactory class) |
Event Timeline
Comment Actions
It calls getExternalLB which shouldn't be called outside of rdbms anymore but it's only in tests (https://codesearch.wmcloud.org/things/?q=getExternalLB&files=&excludeFiles=&repos=Extension%3APageTriage) are you sure it's needed? Can you just remove that?
Comment Actions
Change 993243 had a related patch set uploaded (by MPGuy2824; author: MPGuy2824):
[mediawiki/extensions/PageTriage@master] Remove usage of LBFactory class
Comment Actions
Change 993243 merged by jenkins-bot:
[mediawiki/extensions/PageTriage@master] Remove usage of LBFactory class