Tag: Memcached
Problems related to Memcached, such as cache evictions, connection errors, or stale entries
ID | Title | Description | Category | Technology | Tags |
---|---|---|---|---|---|
prequel-2025-0096 Medium Impact: 7/10 Mitigation: 6/10 | Loki Ingester Memcache Object Size Limit Exceeded | Loki ingester encounters "object too large for cache" errors when attempting to store log entries exceeding memcache's configured size limit (typically 1MB). Large log lines remain in the ingester buffer causing continuous failed ingest attempts, pod health degradation, and eventual recycling.The accumulation of oversized entries can lead to buffer exhaustion and ingester instability. | Observability Problems | ingester | LokiIngesterMemcachedObject Size LimitCacheStorageObservabilityTelemetryThreshold ExceededData LossConfiguration |
prequel-2025-0101 Medium Impact: 6/10 Mitigation: 5/10 | Loki Ingester Memcache Out of Memory | Loki ingester reports memcached errors indicating out-of-memory conditions while cachingobjects, logging messages such as "SERVER_ERROR out of memory storing object". When thisoccurs, cache writes fail and can lead to degraded ingestion performance, retries, andincreased memory pressure on the ingester. | Observability Problems | ingester | LokiIngesterMemcachedStorageCacheMemoryData LossThreshold ExceededObservabilityConfiguration |