Dmitry Kropachev

Results 281 comments of Dmitry Kropachev

> I notice cdc can't change to new generation in some case. I think it's a bug. Do you have any steps how to reproduce it, logs maybe ? >...

@hartmut-co-uk , thanks for your contribution, this project recently have changed it's maintainers, can you please let me know if you are willing to continue work on this PR

@DanielLavinV , in order for us to reproduce your case precisely, could you give us a code snippet that would create namespace+table, populate data and run query. Also please let...

> **What actually happens** is that 4 different pages are created. Pages 1, 2 and 4 are empty, while page 3 contains the 4 rows. If I change the number...

original issue from [go repo](https://github.com/golang/go) - https://github.com/golang/go/issues/65608

what helped me to fix it is rebuilding nilaway with `golang v1.22`

> Thanks for reporting. I guess there are not many things we can do from NilAway's end but to advise building with Go 1.22 (which we support). > > Seems...

We can record some traffic and inject it into `Conn.r` that would help us reproduce use cases to a T and have reliable benchmarks without any server or other tooling

> > We can record some traffic and inject it into `Conn.r` that would help us reproduce use cases to a T and have reliable benchmarks without any server or...