Piotr Grabowski

Results 88 comments of Piotr Grabowski

To expedite fixing the problem, @Bouncheck will try: - Rerunning the job with higher timeout (rather than the current +5%) - Maybe adding even more logging (with custom driver) -...

@k0machi isn't this already fixed in matrix tests?

I am not able to reproduce the issue locally, but thankfully running it a couple times on GitHub Actions (all tests - not only the offending one) is able to...

@mykaul Sylwia is currently working on https://github.com/scylladb/gocql/issues/154 (another customer issue). Is it urgent to make this heartbeat fix and get the release out shortly?

The main difficulty in supporting collection types is supporting non-frozen types. In Scylla there are two types of collections/UDTs: frozen and non-frozen. When you update a frozen collection, its entire...

> Now that I think of it, maybe it's redundant to have "REMOVE" mode and removals should be represented as setting to null (as is currently the case for UDT)?...

@shantanu-sharechat Could you share with us the logs of the connector? (especially at the moment it stopped producing new messages)

@wyfo For us to quicker solve the problem, could you specify the environment you launch the connector in? (whether using the "fat jar" (jar-with-dependencies) or "Confluent Hub ZIP package", version...

> Would there be a way to reduce the duplication a bit? Yes, I'll work on that.

@haaawk Pushed v2 - reduced duplication of code.