Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #58559


Ignore:
Timestamp:
07/03/2023 05:13:01 PM (20 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58559

    • Property Component changed from General to Database
  • Ticket #58559 – Description

    initial v2  
     1{{{
    122023-06-16  8:52:53 47 [Warning] Aborted connection 47 to db: 'wordpressdb' user: 'wpuser' host: 'localhost' (Got an error reading communication packets)
    232023-06-16  8:52:53 46 [Warning] Aborted connection 46 to db: 'wordpressdb' user: 'wpuser' host: 'localhost' (Got an error writing communication packets)
     4}}}
    35
    46I am constantly seeing read and write errors in database due to wordpress in the current version. I have been running wordpress for years.
    57
    68Upon checking the logs the read errors last query is
     9{{{
    710SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID
    811                                        FROM wp_posts
     
    1114                                        ORDER BY wp_posts.post_date DESC
    1215                                        LIMIT 0, 32
     16}}}
    1317
    1418The write error last query is
    1519
     20{{{
    1621SELECT DISTINCT post_author FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' LIMIT 2
     22}}}
    1723
    1824Both queries execute fine manually. The problem is not related to timeouts or max allowed packets as both execute manually.
     
    2127
    2228It seems to be a bug within wordpress. I have literally gone through everything else possible to solve this bug.
    23 
    24