Konstantin Lebedev
Konstantin Lebedev
@shichanglin5 Hello, you cheerfully took up bugs, maybe you will see how to fix it or you will have some idea?
> The master node tries to connect to the leader, if the current node is not the leader, the masterClient will print "Not current leader"; @shichanglin5 I'm more embarrassed that...
``` masterclient.go:172] master s3-fast-mserver.query.consul:9333 redirected to leader fast-master-2.s3-fast-master-direct.service.stagedc.consul:9333 ``` ``` nslookup s3-fast-mserver.query.consul Server: 169.254.25.10 Address: 169.254.25.10:53 Name: s3-fast-mserver.query.consul Address: 10.106.72.16 Name: s3-fast-mserver.query.consul Address: 10.106.65.132 Name: s3-fast-mserver.query.consul Address: 10.106.72.71 ```
@chrislusf There is a problem with etcd Raft, etcd in the example does not offer a ready-made interface for kv storage, but only raft.MemoryStorage which is not acceptable. At the...
> we can start with raft.MemoryStorage, and change to a different implementation if necessary. Found a solution https://github.com/seaweedfs/seaweedfs/pull/3554
> I am not convinced all these are real issues. In many cases, current code can deal with data race. For example, #3510 is just a busy waiting for a...
@dougbtv done. https://github.com/kmlebedev/whereabouts/actions/runs/3188703706
@ptitSeb Hi, I also tried to install the latest version of Box64 and failed on my rk3399. I expect delivery of rk3588 in the near future, you may need help...
I also had an urgent need to change hosts in peers to live. I'm literally doing this right now.
> I am planning to change to "-raft.id=x.y" where x is the master cluster size, and y is the master id. I plan to make it possible to safely update...