envoyproxy/envoy
Ver no GitHubCacheFilter: Ensure that cache key hash function is long-term stable
Open
#10.135 aberto em 21 de fev. de 2020
area/cachehelp wanted
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 30d)
Description
CacheFilter uses MessageUtil::hash to compute key hashes, but it isn't clear whether MessageUtil::hash is guaranteed stable across releases, operating systems, etc. This stability is needed for persistent caches, to avoid cache flushes.
Not a blocker for most deployments.