You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use repcached for session and data redundancy.
For some reason, version 8.2 is slow to load modules and sessions.
I found that there was a timeout when connecting to the memcached server when executing "php -i".
Here is the memcache server log.
Log
"php-repcached-issue-memcached1-1" is fine.
But "php-repcached-issue-memcached2-1" loops until it times out.
NOT_STORED is returned when "add" is executed due to the replication process of repcached.
This does not occur in version 4.0.5.2 (PHP7.4).
Is there a good solution?
I use repcached for session and data redundancy.
For some reason, version 8.2 is slow to load modules and sessions.
I found that there was a timeout when connecting to the memcached server when executing "php -i".
Here is the memcache server log.
Log
"php-repcached-issue-memcached1-1" is fine.
But "php-repcached-issue-memcached2-1" loops until it times out.
Docker environment is prepared.
https://github.com/wol-827/php-repcached-issue
(I'm using a translation, so sorry if it's not clear.)
The text was updated successfully, but these errors were encountered: