Ahmad Zolfaghari

Results 76 comments of Ahmad Zolfaghari

/area documentation /area etcdctl

Thanks @jmhbnz @ivanvc, I'll try to create a TODO list and start working on it.

My perspective is these tasks: - [ ] organize the commands of `etcdctl` just grouping similar commands together. add description and some sample usages/result in these files - [ ]...

Very nice feature to have let me know if i can help with anything.

If you think this task is suitable for me i would like to give it a try.

Sorry do we have any implementation of getting snapshot without need of server? i couldn't find any, all i find needs `Endpoint` to get snapshot from server. If i'm right...

Thanks for answer. I'll try to understand the code and see what can we do. @siyuanfoundation

Also can you please explain what is > something to clean up the old WAL entries Clean from version tags? or delete?

Think i got the answer from my last question. I dive into code and find out we have an example directory of `raft` that seems to do the job we...

I end up reading more about raft to understand the design, here is what stopped me from thinking about implementing offline `snapshotter`. ![Screenshot from 2024-05-15 09-03-46](https://github.com/etcd-io/etcd/assets/36501539/88d5b4f4-6d1b-4bff-91ba-2aa60e4c0c73) Based on this photo...