Gene Zhang

Results 23 comments of Gene Zhang

This seems to be the right issue for me to watch on for Debezium CDC support for PG HA with cnpg operator. Until it's available, we really cannot use the...

Any plan to support Debezium for CDC, which requires logical replication I believe?

Thank you Dale for debugging this. It's been a challenge to recreate. We've also been putting a lot of efforts trying to recreate, in a similar environment, as well as...

Thanks Dale. We will keep trying to recreate it and can only test after recreation. Will let you know. Thanks.

@gingerwizard question: can a canceled connection be reused? If yes, then I'm thinking one scenario: the server sends the result at the same time the client sends the cancel, and...

OK. we are using `database/sql` standard interface for the most part. And looks like the driver maintains another level of connection pools? Not sure if two connection pools at two...

If cancel is not the path to the trouble, under what condition, database/sql standard could release a Conn, and get it reused without possibly cleaning the connection? (ResetSession is called...

Hi Dale @gingerwizard I have not been able to recreate in a controlled environment yet so I couldn't verify. We will keep trying... It's important to us (and others). Thanks.

Thanks @gingerwizard for your response. I'm glad to hear that server versions and client versions were actually tested for incompatibilities (even they are listed as unsupported, I assume). The problem...

Looks like @gingerwizard was too busy to accept my LinkedIn request :-) I'm going to describe the problem here. Environment: app serving http requests, deployed on K8s, used client driver...