envoyproxy/envoy

CacheFilter: Handle slow cache insertion

Open

#10.022 aperta il 12 feb 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/cachehelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

CacheFilter currently assumes that caches can accept inserts much faster than clients can accept responses. This should be true for reasonable deployments, but CacheFilter should handle caches that are too slow to accept inserts. If a cache is slow enough, insertion should be abandoned.

Guida contributor