Burak Sezer

Results 59 comments of Burak Sezer

Hello, Your configuration is invalid. So this is the expected behavior. You should use something like that: ```go // Create a new consistent instance cfg := consistent.Config{ PartitionCount: 7, ReplicationFactor:...

@sriramch firstly, I'm so sorry for the late response. The reported configuration by @ShiKaiWi was invalid. Why do you want to use a consistent hash function if you have only...

Hi team, I would like to take this issue.

This feature is planned for v0.4.0. https://github.com/buraksezer/olric/issues/33

Hi @ShawnHsiung I have never seen that error before. Which version do you use? The current production version is `v0.4.0`. Maybe you use a different version on the client-side? Do...

> But, I have an question about why not to close the conn actively when handle message failed, Olric implements connection pooling. Closing the socket due to a message processing...

**Answer for Q2** > For Peers, is that just a seed list where I only have to point it at one other node for the new node to connect to...

**Answer for Q3** > What is the combination of config options that will result in backing up the cached item to at least one other node? Backup count is controlled...

**Answer for Q4** > the gob encoder in NodeB spits out an error gob: name not registered for interface: "*mylib.MyCachedItem", Good catch! Actually Olric registers these structs[0] before encoding but...

Actually I picked two ports. First one for Olric, it's used for client communication and sync data/state between Olric nodes. It's 3320. Second one for memberlist library. It's 3322. Peer...