Burak Sezer

Results 58 comments of Burak Sezer
trafficstars

I'm totally fine with the variadic version of `Stats` but It also requires to add the same option to the Golang client and the protocol. By this way, programs outside...

I'm so sorry for my late response. I considered this previously but I was doubtful about the feature. Olric is a shared-nothing system. Configuration inconsistencies between nodes and API calls...

Hi @aathan, thank you for reporting this. I'll investigate the problem. Is there any traceback for this problem? Which version do you use? `v0.5.x` tree already has a nil check...

Hello, I have backported the fix and released `v0.4.6`. I'm closing this issue now. If you have any further problems or questions, please don't hesitate to open an issue.

Hi all, I'm so sorry for the latency. There are a lot of questions here. > but also capable of overflowing/persisting to disk (where a smaller in-memory pool caches the...

Hi, On-disk persistence(Redis AOF) is planned but there are a few things to implement before on-disk persistence. Backup to any other datastore would be overkill after implementing on-disk persistence.

Hi @sash2222 Hazelcast has `MapLoader` and `MapStore` SPIs to load/store distributed map entries. > **MapLoader** is an SPI. When you provide a MapLoader implementation and request an entry (using IMap.get())...

Hi all, I'm so sorry for my late response. The `context deadline exceeded` string is raised by the following function. ```go func (c *Client) conn(addr string) (net.Conn, error) { p,...

Hey, I double-checked the suspected parts of the code. Everything looks fine to me. I'm going to try to create load locally and inject errors into the cluster. It'll take...

Another question, does the cluster work seamlessly despite these errors?