Burak Sezer

Results 59 comments of Burak Sezer

I just released `v0.4.1`. It improves error messages. I hope this version will increase our understanding of this problem. See https://github.com/buraksezer/olric/releases/tag/v0.4.1 Probably there is nothing wrong with the code, but...

@hulucc There is a configuration option for TCP KeepAlives. If you use the YAML file to configure the nodes: https://github.com/buraksezer/olric/blob/v0.4.2/cmd/olricd/olricd.yaml#L15 For embedded-member mode: https://github.com/buraksezer/olric/blob/v0.4.2/config/client.go#L55 It is `300s` in the sample...

I saw this function in the [Spiracle](https://github.com/LilithGames/spiracle/) repository: https://github.com/LilithGames/spiracle/blob/ed2af92da1d13f1afa11b6a354db33048930655b/infra/db/db.go#L25 If you still use the same function or similar one, `config.Config.KeepAlivePeriod` is zero. That means TCP keepalive is disabled by default....

Hello, > At the moment I'm using v0.4.5. Please consider upgrading to the latest stable version. Connection pooling dependency has received a few bug fixes. > I don't understand why...

For example, do you use any firewall software which blocks Olric? Something should be different in your network.

Hello, I see. Olric v0.4.7 has this fix: https://github.com/buraksezer/connpool/issues/4. This may fix the problem.

Hi all, I'm aware of this is one of the most wanted features among the users. I started working on a solution based on a technique called vector clock. It...

@derekperkins Currently, updating the configuration of a running Olric instance isn't possible by design but you can modify `DMaps` struct before calling `NewDMap`. The resulting `DMap` instance should reflect the...

Hey @luisdavim, Thank you for reporting this. It would be good having a default implementation based on DNS. Olric already depends on (indirectly) `github.com/miekg/dns`. I think this task can be...

> Is this still relevant? > > I am looking for my first issue and this seems easy enough. Hello, Yes, it's still relevant but we should start working on...