envoyproxy/envoy
在 GitHub 查看CacheFilter: Ensure that cache key hash function is long-term stable
Open
#10,135 创建于 2020年2月21日
area/cachehelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
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.