envoyproxy/xds-relay

Handle potential thundering herd problem on cache evict

開放

#71 建立於 2020年4月25日

 (0 則留言) (0 個反應) (0 位負責人)Go (29 個分叉)auto 404
help wanted

倉庫指標

星標
 (135 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南