Results 337 comments of Fu Wei

The ServeHTTP is still experimental feature in gRPC side https://pkg.go.dev/google.golang.org/grpc#Server.ServeHTTP. There is different between gRPC and net/http about the underlying implementation of HTTP2 transport. As far as I know, the...

I think we don't need this change to fix zombie member issue. The workaround should be like fetching snapshot from leader and restoring it. The restore will clean that up

Not sure I fully understand it. Just for zombie membership issue, from my perspective, even if we load WAL from consistent_index, the change already has been committed into v3store and...

Currently, CI uses external loopback CNI plugin so we need to wait for new release or rollback

@ahrtr for this comment, > As mentioned above, I am thinking probably we should handle the case missing members in v3store (exist in v2, but not in v3) as well,...