Burak Sezer

Results 59 comments of Burak Sezer

> Is there some long interval I need to wait for the async replication? There may be two different answers for that question: **1-** memberlist can be tuned to be...

I think a clarification is needed. When a node goes down, Olric doesn't make a new copy for missing replicas immediately. This kind of inconsistencies is covered under an umbrella...

> So I can't say I am totally clear on the different between read repair and the full sync backup. I couldn't find an optimal way of how a node...

Hey @justinfx, I hope you are well. I have been working on Kubernetes integration since a couple of weeks. It seems to work fine. You may want to check out...

@justinfx thank you! [olric-cloud-plugin](https://github.com/buraksezer/olric-cloud-plugin) will provide a service discovery intervace for k8s and many other cloud providers including Amazon AWS, Google Cloud and Microsoft Azure. It uses [hashicorp/go-discover](https://github.com/hashicorp/go-discover) under the...

Hi @justinfx It has been for a long time since our last contact. I saw your recent PR to the [olric-nats-plugin](https://github.com/justinfx/olric-nats-plugin) repository. I wonder whether you use Olric at production?

> Do you have any production success stories from other projects yet? Interested to know where it is in serious use. We have a few users. One of the bigs...

Hi @JohnStarich I think the current version of `Stats` method is somewhat broken. In early days of Olric, I decided to collect and return all information about the cluster the...

Hi @JohnStarich I have just released [v0.3.7](https://github.com/buraksezer/olric/releases/tag/v0.3.7). It includes the new stats work. I have also fixed dependency problems of `stats` package. Thank you for reporting this. > Of course!...

> are the Partitions assumed to be entirely member-local now? So we could aggregate the SlabInfo across all partitions returned from Stats to get an idea of how much memory...