Changes between Version 1 and Version 2 of Ticket #54877
- Timestamp:
- 01/21/2022 08:06:15 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54877 – Description
v1 v2 4 4 }}} 5 5 6 The above notice appears in logs once for approximately every 250k requests. I have a hunch it's happening on reconnection attempts (using `$this->dbh`) but don't have any hard evidence to back up that claim. 6 Parameter 5 is `$port` which in my case is not explicitly defined in `DB_HOST`. 7 8 I have a hunch it's happening on reconnection attempts (using `$this->dbh`) but don't have any hard evidence to back up that claim. 9 10 The above notice appears in logs once for approximately every 250k requests. 7 11 8 12 My `DB_HOST` is `localhost`, and I've also seen this happen with RDS (`xxx.rds.amazonaws.com`).