GardianT commented on issue #649: 支持热点情况下的一致性hash?
URL: https://github.com/apache/incubator-brpc/issues/649#issuecomment-477451382
 
 
   @tiankonguse  已经说的很清楚了。
   
   1. 流量本身的key为url。
   2. 
流量爆发,热点不会固定的,数量也不会固定的。今天可能是test.com下爆发了大量的url,明天可能就是github.com下爆发了大量url。一致性hash下是路由节点,每个路由节点按实际访问量扩容。其实这个就是关键了,如何扩容可以让全局代价最小,热点消失如何缩容等等。
   
   PS两点
   1. 即使使用site or domain,key量也不少。。
   2. 
你的文章里没有具体说小set的设计。当然其实这种做法,和有一个master去调控全局所有server的range我理解没有本质差别。这里的负载均衡设计主要关键点就是这个range怎么调整才可以解决热点且代价最小。(映射到你的文章里应该就是小set包括谁吧?)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to