Hitoshi Mitake
Hitoshi Mitake
In the case of using the zookeeper, When sheep start immediately after cluster shutdown, each sheep is started. But, result of 'dog node list' is not consistent within a cluster....
when sheepdog cluster has gateway node, dog cluster format failed. It have been caused by recently I was introduced "fixed vnode ( -V , --vnodes)" this error occurs only cluster...
Summary: creating and removing snapshot leave ledger objects. Ho to reproduce: create and remove snaphosts. Here's a script to do it quickly --- # !/bin/bash obj_dir=/mnt/sheep/0 dog vdi create -P...
dog node list Id Host:Port V-Nodes Zone 0 192.168.2.59:7000 0 990030016 1 192.168.10.4:7000 127 67807424 2 192.168.10.5:7000 128 84584640 3 192.168.10.6:7000 128 101361856 4 192.168.10.7:7000 128 118139072 Node id 0...
This is a cluster with 3 nodes and formatted with -c 2:2. Importing a qcow2 works fine but vdi check fails: time qemu-img convert -f qcow2 test.qcow2 sheepdog:test; time dog...
E.g. /mnt/sheep/0 1T /mnt/sheep/1 2T Both disk are 50% full. I need to unplug /mnt/sheep/1. Sheepdog wont change node's weight and the recovery is going to fill up /mnt/sheep/0 ....
### What would you like to be added? Currently `WatchResponse` message has a string type member [CancelReason](https://github.com/etcd-io/etcd/blob/main/api/etcdserverpb/rpc.pb.go#L2214). The member is used for storing an error which happened during watch. It's...
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow. This PR tries to drop lease revoke requests triggered by a stale leader node. Some requests triggered by etcd itself (not issued by clients) can be applied...
Currently bbolt doesn't have benchmarks for `Compact()` function (which will be used for etcd's defrag: https://github.com/etcd-io/etcd/pull/15470). Performance of compaction is important. [It's one of the top contributors for 5xx of...
This PR adds the new field `DisableProposalForwardingCallback` to the Config struct. The field is a pointer to callback function which takes `raftpb.Message`. A follower node calls this callback when a...