Last modified: 2014-10-15 10:20:15 UTC
From http://www.mediawiki.org/wiki/Thread:Project:Support_desk/%22this_connection_was_not_opened_as_a_foreign_connection%22_-_What_does_that_mean%3F During a page request I several times get the message: "LoadBalancer::reuseConnection: this connection was not opened as a foreign connection" In my case, if reuseConnection() is called, it ''always'' ends up with this message. The following code is ''never'' executed. According to the [https://doc.wikimedia.org/mediawiki-core/master/php/html/LoadBalancer_8php_source.html#l00511 comment in the code], reuseConnection() should be ignored. But that does not happen; it is called anyway.