cache_container table usage is high

Created on 15 December 2023, over 1 year ago
Updated 19 December 2023, over 1 year ago

Problem/Motivation

We're using Predis Client version 6.2.1, with PHP 8.2, Drupal 9.5.11.

We're seeing high usage of internal Drupal cahe_container table where it uses max cpu usage for belwo select query:

SELECT "cid", "data", "created", "expire", "serialized", "tags", "checksum" FROM "cache_container" WHERE "cid" IN ( 'service_container:prod:9.5.11::Linux:a:3:{i:0;s:40:"/var/www/html/sites/default/services.yml";i:1;s:34:"modules/redis/example.services.yml";i:2;s:32:"modules/redis/redis.services.yml";}' ) ORDER BY "cid";

Due to this it seems its not able to reach to Redis server.

Is there anything wrong going on here?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Postponed: needs info

Version

1.0

Component

Miscellaneous

Created by

🇮🇳India Abhishek Sawant

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Abhishek Sawant
  • Status changed to Postponed: needs info over 1 year ago
  • 🇨🇭Switzerland berdir Switzerland

    the readme has instructions on how to move the cache_container table to redis as well, but I don't see how that alone could cause high mysql load and why it would be related to not having a redis connection.

  • 🇮🇳India Abhishek Sawant

    Thanks @Berdir, Yes now we followed the instructions from readme for moving the cache_container table to Redis and that helped now moving the load to Redis server. For now all good. Even we could not understand how cache_container alone could cause high load on PostgreSQL Database. Anyways, thanks for all your help here, really appreciate.

  • 🇮🇳India Abhishek Sawant

    After following the instruction from readme, we moved the cache_container table to redis. But now we're seeing below warning while performing the drush cr or any other activity for clearing the cache.

    "Warning: Undefined array key 14 in Predis\Connection\StreamConnection->writeRequest() (line 261 of /var/www/html/vendor/predis/predis/src/Connection/StreamConnection.php)
    #0 /var/www/html/core/includes/bootstrap.inc(347): _drupal_error_handler_real(2, 'Undefined array...', '/var/www/html/v...', 261)"

    IS there anything missing here?

  • 🇮🇳India Abhishek Sawant

    Is below warning stopping the connection to Redis?
    "Warning: Undefined array key 14 in Predis\Connection\StreamConnection->writeRequest() (line 261 of /var/www/html/vendor/predis/predis/src/Connection/StreamConnection.php)
    #0 /var/www/html/core/includes/bootstrap.inc(347): _drupal_error_handler_real(2, 'Undefined array...', '/var/www/html/v...', 261)"

Production build 0.71.5 2024