Fu Wei
Fu Wei
Hi @jmhbnz , as far as I know, `/lgtm` command doesn't work. Is there any plan to use OWNERS file and enable `/lgtm` as review process?
FYI, Reproduce it with https://github.com/etcd-io/etcd/pull/17782 after 17160.566s (8vcores, 16GiB, arm64, 5.15.0-1060-azure). ```go logger.go:146: 2024-04-14T15:40:19.770Z INFO started server. {"name": "TestRobustnessExploratoryKubernetesLowTrafficClusterOfSize1-test-0", "pid": 224554} logger.go:146: 2024-04-14T15:40:19.770Z INFO Verifying cluster health after failpoint {"failpoint":...
@ahrtr @serathius checked https://github.com/etcd-io/etcd/actions/runs/8659974818 and found `compaction encountered error","error":"mvcc: required revision is a future revision`. I also see that similar error in my local. It looks like some data is...
Hi @ahrtr There are 3 pull requests, please take a look. Thanks * https://github.com/etcd-io/etcd/pull/17862 * https://github.com/etcd-io/etcd/pull/17864 * https://github.com/etcd-io/etcd/pull/17865
> > @ahrtr @pchan Is this being worked on or can I take a look into this? > > Thanks @Azanul . AFAIK, two other people may be also interested...
I would like to help. @serathius would you mind to assign it to me? Thanks
Still investigating the cause. And the github action page shows total duration including pending time, which is not correct. Wrote a tool to dump the job run duration. Parse the...
I think it's related to leader change. We can retry it 3 times if it's related to leader change. /assign ``` 24-03-31T19:20:48.1185991Z logger.go:146: 2024-03-31T19:16:04.271Z INFO m2.raft c81b22754673dbd7 became follower at...
@liangyuanpeng I think you're right. If we decide to separate the proxy to another repo, it needs maintainer to init project at first :)