Ignácio Schmid

Results 12 comments of Ignácio Schmid

I'm having trouble to instantiate only the server side of the dqlite(so i can test my client). Is there some doc that i can read on how to do it?...

I'm having a hard time to make it work. My code look like this. I'm using the 1.6 version since it's the one on the ppa. I'm currently unable to...

I think i figured it out how to reuse the client part already implemented, but still don't know about the server side. Also, can i assume the already implemented client...

I don't know if i need to define or not a connect function with `dqlite_node_set_connect_func`, because the [docs](https://github.com/canonical/dqlite/blob/93a56f6b6f2ea4862ffa888a6067078eaab921ea/include/dqlite.h#L108) said it was to set a custom function, but also said i...

I was able to create some client code that connected with the go example server. But i was unable to connect to my server. An error appeared when i tried...

I have some good advance, but now i'm stuck on a new problem. I got a cluster of 3 servers, but when i kill one of them (a non leader...

And there is another thing that happened that i couldn't explain. When i added the nodes to the cluster as non voter, and them tried to create a table on...

So when i use add, it's added as idle?

Oh, got it, thanks! Additionally, do you have any hint on why all my server are dying when i kill one of them? (that i explained on [this comment](https://github.com/canonical/dqlite/issues/318#issuecomment-913806866) above)

I'm interested in developing a C library, but i'm not really sure how to start. How can i instantiate some code only with the server side of the dqlite to...