Hi Duy,
Yes, we have implemented consistent hashing and gossip in FPGA since we
implement the read pipeline in FPGA.
Chidamber
On Mon, Jun 11, 2018 at 9:22 PM, DuyHai Doan wrote:
> Hello Chidamber
>
> When you said "In addition, the data proxy is distributed based on
> consistent hashing and
Hello Chidamber
When you said "In addition, the data proxy is distributed based on
consistent hashing and using gossip between data proxy nodes to keep the
cached data unique (per node) and consistent", did you re-implement
Consistent hashing and gossip algorithm from scratch in your proxy layer ?