[Tickets #14421] Horde_Memcache error messages with compression threshold
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Jul 8 07:47:52 UTC 2016
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/14421
------------------------------------------------------------------------------
Ticket | 14421
Erstellt Von | wahnes at uni-koeln.de
Zusammenfassung | Horde_Memcache error messages with compression threshold
Warteschlange | Components
Typ | Bug
Status | Unconfirmed
Priorität | 2. Medium
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
wahnes at uni-koeln.de (2016-07-08 07:47) hat geschrieben:
With Version 2.1.0 of Horde_Memcache, a warning is written to the
logfile many times. It states
WARN: HORDE PHP ERROR: MemcachePool::setcompressthreshold(): No
servers added to memcache connection [pid 24267 on line 167 of
"/usr/share/pear/Horde/Memcache.php"]
if using more than one memcache server, compression, and a compression
threshold. This does not happen with version 2.0.7 of Horde_Memcache.
The exact Horde configuration used in this case looked like this:
$conf['hashtable']['params']['hostspec'] = array('localhost', 'foo');
$conf['hashtable']['params']['port'] = array('11211', '11211');
$conf['hashtable']['params']['weight'] = array('90', '10');
$conf['hashtable']['params']['persistent'] = true;
$conf['hashtable']['params']['c_threshold'] = 1200;
$conf['hashtable']['params']['compression'] = true;
$conf['hashtable']['params']['large_items'] = true;
$conf['hashtable']['driver'] = 'Memcache';
More information about the bugs
mailing list