I am receiving a large amount of database errors around 24 hours after restarting the environment, this has happened since the 5.5.4 Patch Level 1 (on PL2 Now) Update. Only way to rectify the issue is to bump MySQL and clear cache. It will crop up again after 24 hours or so. I have adjusted the lockout values to a higher amount (per a forum post i found for an earlier version) but the issue still remains.
Server is IIS on Server 2019, PHP 7.3.7 and MySQL 5.7.27
Database error in vBulletin 5.5.4:
Invalid SQL:
/** saveDbCache */REPLACE INTO cacheevent (cacheid, event) values
('getSearchResults_d577652243491fc2fdb82565aacef263','perms_changed'),
('getSearchResults_d577652243491fc2fdb82565aacef263','vB_ChannelStructure_chg'),
('getSearchResults_d577652243491fc2fdb82565aacef263','vB_SearchResults_chg_0'),
('getSearchResults_d577652243491fc2fdb82565aacef263','nodeChg_98855'),
('vbPre_conversation78.62.20.98855','');
MySQL Error : Lock wait timeout exceeded; try restarting transaction
Error Number : 1205
Request Date : Sunday, September 29th 2019 @ 01:23:24 PM
Error Date : Sunday, September 29th 2019 @ 01:25:05 PM
Script : https://www.r3vlimited.com/board/forum/general-forums/general-discussion/98855-ne1-have-pics-of-an-e30-leather-dash?t=134642
Referrer :
IP Address : 67.171.116.166
Username : Guest
Classname : vB_Database_MySQLi
MySQL Version :
Stack Trace:
#0 vB_Database->getErrorData() called in [path]\vb\database.php on line 1207
#1 vB_Database->halt() called in [path]\vb\database\mysqli.php on line 249
#2 vB_Database_MySQLi->execute_query() called in [path]\vb\database.php on line 561
#3 vB_Database->query_write() called in [path]\vb\db\mysql\querydefs.php on line 7206
#4 vB_dB_MYSQL_QueryDefs->saveDbCache() called in [path]\vb\db\query\method.php on line 175
#5 vB_dB_Query_Method->execSQL() called in [path]\vb\db\assertor.php on line 301
#6 vB_dB_Assertor->assertQuery() called in [path]\vb\cache\db.php on line 387
#7 vB_Cache_Db->shutdown() called in [path]\vb\shutdown.php on line 93
#8 vB_Shutdown->shutdown() called in [path]\vb\vb.php on line 483
#9 vB::shutdown() called in on line
I tossed a support ticket in as soon as the issue cropped up but have not heard anything after a week. I'm currently watching out for these DB error emails and bumping MySQL when the issue crops up, but obviously I cannot keep doing that.
Any assistance would be appreciated. Forum was operating perfectly prior to PL1
Server is IIS on Server 2019, PHP 7.3.7 and MySQL 5.7.27
Database error in vBulletin 5.5.4:
Invalid SQL:
/** saveDbCache */REPLACE INTO cacheevent (cacheid, event) values
('getSearchResults_d577652243491fc2fdb82565aacef263','perms_changed'),
('getSearchResults_d577652243491fc2fdb82565aacef263','vB_ChannelStructure_chg'),
('getSearchResults_d577652243491fc2fdb82565aacef263','vB_SearchResults_chg_0'),
('getSearchResults_d577652243491fc2fdb82565aacef263','nodeChg_98855'),
('vbPre_conversation78.62.20.98855','');
MySQL Error : Lock wait timeout exceeded; try restarting transaction
Error Number : 1205
Request Date : Sunday, September 29th 2019 @ 01:23:24 PM
Error Date : Sunday, September 29th 2019 @ 01:25:05 PM
Script : https://www.r3vlimited.com/board/forum/general-forums/general-discussion/98855-ne1-have-pics-of-an-e30-leather-dash?t=134642
Referrer :
IP Address : 67.171.116.166
Username : Guest
Classname : vB_Database_MySQLi
MySQL Version :
Stack Trace:
#0 vB_Database->getErrorData() called in [path]\vb\database.php on line 1207
#1 vB_Database->halt() called in [path]\vb\database\mysqli.php on line 249
#2 vB_Database_MySQLi->execute_query() called in [path]\vb\database.php on line 561
#3 vB_Database->query_write() called in [path]\vb\db\mysql\querydefs.php on line 7206
#4 vB_dB_MYSQL_QueryDefs->saveDbCache() called in [path]\vb\db\query\method.php on line 175
#5 vB_dB_Query_Method->execSQL() called in [path]\vb\db\assertor.php on line 301
#6 vB_dB_Assertor->assertQuery() called in [path]\vb\cache\db.php on line 387
#7 vB_Cache_Db->shutdown() called in [path]\vb\shutdown.php on line 93
#8 vB_Shutdown->shutdown() called in [path]\vb\vb.php on line 483
#9 vB::shutdown() called in on line
I tossed a support ticket in as soon as the issue cropped up but have not heard anything after a week. I'm currently watching out for these DB error emails and bumping MySQL when the issue crops up, but obviously I cannot keep doing that.
Any assistance would be appreciated. Forum was operating perfectly prior to PL1
Comment