Menghan Li

Results 20 issues of Menghan Li

https://github.com/grpc/grpc-go/runs/4476382916?check_suite_focus=true ``` 2021/12/09 21:24:47 http: TLS handshake error from 127.0.0.1:60600: write tcp 127.0.0.1:41773->127.0.0.1:60600: use of closed network connection 2021/12/09 21:25:56 http: TLS handshake error from 127.0.0.1:49168: write tcp 127.0.0.1:43987->127.0.0.1:49168: use...

P2
Type: Testing
fixit

https://github.com/grpc/grpc-go/runs/4232539138?check_suite_focus=true ``` --- FAIL: Test (45.27s) --- FAIL: Test/HTTPHeaderFrameErrorHandlingNormalTrailer (0.00s) tlogger.go:116: INFO clientconn.go:175 [core] Channel Created (t=+344.504µs) tlogger.go:116: INFO clientconn.go:1623 [core] original dial target is: "127.0.0.1:35051" (t=+365.604µs) tlogger.go:116: INFO clientconn.go:1628...

P2
Type: Testing

https://github.com/grpc/grpc-go/runs/6329576820?check_suite_focus=true ``` --- FAIL: Test (173.15s) --- FAIL: Test/CZServerSocketMetricsStreamsAndMessagesCount (10.60s) channelz_test.go:1225: Running test in tcp-clear environment... tlogger.go:116: INFO server.go:588 [core] [Server #1] Server created (t=+1.119807ms) tlogger.go:116: INFO clientconn.go:105 [core] [Channel...

P2
Type: Testing
fixit
Area: Observability

https://github.com/grpc/grpc-go/runs/5160838284?check_suite_focus=true ``` --- FAIL: Test/GRPCLBEmptyServerListPickFirst (0.07s) tlogger.go:116: INFO clientconn.go:1623 [core] original dial target is: "whatever:///backends.com" (t=+257.602µs) tlogger.go:116: INFO clientconn.go:1630 [core] parsed dial target is: {Scheme:whatever Authority: Endpoint:backends.com URL:{Scheme:whatever Opaque: User:...

P2
Type: Testing

https://github.com/grpc/grpc-go/runs/3862151035 ``` --- FAIL: Test/DetailedGoawayErrorOnGracefulClosePropagatesToRPCError (0.11s) tlogger.go:116: INFO clientconn.go:175 [core] Channel Created (t=+2.603014ms) tlogger.go:116: INFO clientconn.go:252 [core] parsed scheme: "whatever" (t=+2.936816ms) tlogger.go:116: INFO resolver_conn_wrapper.go:100 [core] ccResolverWrapper: sending update to cc:...

P2
Type: Testing

- [ ] start a goroutine to monitor xds client's ClientConn's state, and send error to watchers on Transient Failure - [x] when ADS stream is broken, send error to...

P2
Type: Bug

This function is for gRPC's use only (mentioned in its godoc). https://github.com/grpc/grpc-go/pull/4416/files#r631494667

P2
fixit

See PR #3018 The max size is a const of 16k, and there doesn't seem to be a way to configure it. Moreover, the size is sent from the server...

P2
Type: Bug
fixit
Area: Transport

[`address.Metadata`](https://github.com/grpc/grpc-go/blob/6a3c03883db90c9bc0b9bd477f26ca93d8841e55/resolver/resolver.go#L124) is deprecated and replaced by `address.Attributes`. The current usage of `address.Metadata` in gRPC includes: - grpclb, to pass rpc Metadata - weighted round robin, to pass weights This issue...

P2
Type: Internal Cleanup
Area: Resolvers/Balancers