我希望有人可以帮我解决一个我确定是用户错误的问题.
以下配置详细信息适用于我的所有其他环境,包括集成,开发和qa.但是,生产服务器会出现以下错误:
<ActionController::Session::MemCacheStore:0x2b45f6acb248> unable to find server during initialization.
Run Code Online (Sandbox Code Playgroud)
当我从有问题的服务器telnet到memcached框并运行'stats'时,我得到:
STAT pid 16136
STAT uptime 7398638
STAT time 1275059978
STAT version 1.2.8
STAT pointer_size 64
STAT rusage_user 7.085922
STAT rusage_system 13.275981
STAT curr_items 10878
STAT total_items 11441
STAT bytes 2020180
STAT curr_connections 5
STAT total_connections 306
STAT connection_structures 11
STAT cmd_flush 0
STAT cmd_get 457326
STAT cmd_set 11441
STAT get_hits 412184
STAT get_misses 45142
STAT evictions 0
STAT bytes_read 22600329
STAT bytes_written 53036649
STAT limit_maxbytes 30064771072
STAT threads 5
STAT …Run Code Online (Sandbox Code Playgroud)