Ensar Basri Kahveci

Results 11 comments of Ensar Basri Kahveci

sorry for my late response. i will publish code samples for distributed transport.

Hi @kitepad Thanks for nudging me. Finally I completed the last bits and committed the project to https://github.com/MicroRaft/MicroRaft/tree/master/afloatdb. Please have a look.

Hi @j-baker Thanks for creating this issue. It seems you are really diving into MicroRaft code! I think `flush()` can receive parameter of the latest snapshot index, and if a...

yeah I think it would be perfectly fine for testing. feel free to send a pr!

I dont think we need to expose root dir for that. We can create a random string for each root dir and put it into a file, for instance, into...

but there are 2 POST requests for each key store. Why is there a second POST? It seems like a bug to me. Other than that, I think hitting disk...

We can keep history files along with the original file. If the file name is "note.txt", history files could be like "note.md.history.1", "note.md.history.2", up to "node.md.N". We can hide these...

Hi @j-baker I have been playing with the RaftStore interface to make its contract a bit simpler and explicit. Please see it here: https://github.com/MicroRaft/MicroRaft/commit/220555445d30e6d8b68a3aed437d7b99637bc643 I would like to get your...

Thanks James for your review and offering help. Good luck with your new job!

Fixed by https://github.com/MicroRaft/MicroRaft/commit/8bec871527991cd727d6454f225d12dc80f62095