HomePhorge

rdbms: only mention write queries in "writes pending" warnings

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

rdbms: only mention write queries in "writes pending" warnings

In LoadBalancer::runPrimaryTransactionIdleCallbacks(), when
emitting log entries about pending writes, do not mention the
callback callers, since they are not part of writesPending().

Previously, callers of getScopedLockAndFlush() would end up
mentioned in the "found writes pending" log entries triggered
by dropped connections.

Bug: T368289
Change-Id: I0c612586aa774b500bd28e2c218144b03f1be809

Details

Provenance
Aaron SchulzAuthored on Aug 21 2024, 4:17 PM

Event Timeline

Aaron Schulz <aschulz@wikimedia.org> committed rMW25f2888eedc6: rdbms: only mention write queries in "writes pending" warnings (authored by Aaron Schulz <aschulz@wikimedia.org>).Aug 21 2024, 4:20 PM

Commit No Longer Exists

This commit no longer exists in the repository.