Page MenuHomePhabricator

Replace ILBFactory with injecting new Db-Service in Repo's DispatchChangeDeletionNotificationJob
Closed, ResolvedPublic

Description

This class uses ILBFactory only for a single call and should be very quick to replace:

$dbr = $this->loadBalancerFactory
			->getMainLB()
			->getConnectionRef( DB_REPLICA );

Event Timeline

Change 698985 had a related patch set uploaded (by Itamar Givon; author: Itamar Givon):

[mediawiki/extensions/Wikibase@master] Replace ILBFactory with RepoDomainDb

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

Change 698985 merged by jenkins-bot:

[mediawiki/extensions/Wikibase@master] Replace ILBFactory with RepoDomainDb

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

Looks like this is completed / merged, moving it to test verification.