Zhixin Wen

Results 33 comments of Zhixin Wen

For test packages, looks like it would be used for testing API only, but we would still want to test private methods.

After we close a connection due to too many timeouts, when would the connection be made again? I do see gocql wait for event from control connection to reconnect. But...

@Zariel gocql closes a connection when it takes too long to respond, when would the connection be reconnected? I may miss some of the code, looks like it will only...

I think the root cause of the problem here is: 1. When all connections to a hosts are closed, the host is not marked as down, so `ReconnectInterval` would not...

I think `kill -9` is not a accurate simulation, simulation of @balta2ar seems to be more similar to the issue I see.

This command caused some surprise to me. When I run `nomad job restart $JOB_ID`, I was expecting each alloc in the job to restart one by one and not causing...

Some client can retry on error automatically, so custom error does not work for those clients. Is it possible to use `graphql.AddError` or some other similar methods to add an...

@StevenACoffman could you please reopen the issue?

I don’t have access to a real websocket project now. A quick fix would be whenever we send errors, we remove them from the context value.

I may be hit by the same issue. I am trying to understand why the code assumes resp is empty when it can read status from header? https://github.com/hyperium/tonic/blob/9990e6ef9d00394b5662719662062cc85e6e4700/tonic/src/client/grpc.rs#L338C36-L338C59