GardianT commented on issue #649: 支持热点情况下的一致性hash? URL: https://github.com/apache/incubator-brpc/issues/649#issuecomment-477005672 > @GardianT 你说的这种情况不是一致性哈希能解决的。用到一致性哈希的场景的前提之一就是server加载什么数据由client决定,但这里server加载什么是由自己决定的,类型场景还有机器学习model serving。这种场景中一个记录什么数据在哪里的高可用模块是无法绕开的,经常叫Meta Server或Placement Driver,实现可以用zk/etcd/consul之类的。有了这个模块,针对热点也就比较直接了,在多个server上多加载几份数据就行了。 需要一个meta server去监控热点,然后调度更多的server去均摊热点,是这样的意思么? 其实我也感觉一致性hash可能不解决问题。。。主要的关注点是这种场景下的负载均衡。
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
