envoyproxy/xds-relay

Handle potential thundering herd problem on cache evict

オープン

#71 opened on 2020/04/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (29 件のフォーク)auto 404
help wanted

Repository metrics

Stars
 (135 個のスター)
PR merge metrics
 (PR metrics pending)

説明

On cache evict, orchestrator currently closes upstream and all downstream watches for the key that's getting evicted. This could be problematic if there's a lot of downstream connections for the same aggregated key. This will cause a "thundering herd" problem where all downstreams attempt to re-establish a connection with xds-relay. We need to evaluate how to handle this.

コントリビューターガイド