Tatu Saloranta

Results 72 comments of Tatu Saloranta

Obsolete wrt Stargate v2, v2.1, move to Quarkus.

Is this for `dse-next` persistence backend?

@jeffreyscarpenter #2771 will update `dse-db-all` to latest build as of today so that part might be taken care of. Would the tests here mean CQL tests (for Coordinator), similar to...

+1 for PR against `main` (2.x) so that we can get this deployed to all of our production systems (there's a split)

@marksurnin This is likely due to access problems: DSE jar and some of its dependencies (like netty with backported fixes) are only available from DataStax internal Maven repo. I was...

@marksurnin I think the issue is that forks by developers without push rights to original repo cannot access secrets; this to prevent potential security problems. But I guess it'd be...

Created #2609 before realizing there was this one already. But TL;DNR; at least 2 breaking changes between 4.0 and 4.1 APIs (note: https://fossies.org/diffs/apache-cassandra/4.0.7_vs_4.1.0/ has helpful diff): * `LocalAwareExecutorService` renamed as...

I think it needs to be new one since APIs we use are not all compatible between 4.1 and 4.0 so it is not (I think) possible to have one...

Ok. Yes, that makes sense. Just need to discuss the best way to refactor things to just verify 2 aspects (default being not to include; ability to include).

FWTW this test "fails to fail" locally, which would suggest timing issue of some kind. But increasing timeout does not appear to help with CI which suggests something else.