mck

Results 114 comments of mck

A alternative/complimentary approach is to change the intensity of repairs according to time of day (or peak load). With this approach you can then over schedule repairs (as they won't...

LGTM. A few minor concerns: - the `dse.` property prefix (i don't have an answer or concrete opinion to this though), see comment, - have we done multiplexing tests on...

this looks good to me. @absurdfarce

I agree with your concerns. I think the easiest way to address this is to change the language to be informative about server-side restrictions that the user may hit, reference...

what's the CASSANDRA ticket for this ? i will test this downstream here: - https://github.com/spring-projects/spring-ai/blob/main/vector-stores/spring-ai-cassandra/src/main/java/org/springframework/ai/vectorstore/CassandraVectorStoreConfig.java#L551-L568 - https://github.com/spring-projects/spring-ai/blob/main/vector-stores/spring-ai-cassandra/src/main/java/org/springframework/ai/vectorstore/CassandraVectorStoreConfig.java#L502-L512 - https://github.com/spring-projects/spring-ai/blob/main/vector-stores/spring-ai-cassandra/src/main/java/org/springframework/ai/vectorstore/CassandraVectorStore.java#L342-L345

i can't get this to compile ``` [ERROR] Failed to execute goal org.revapi:revapi-maven-plugin:0.10.5:check (default) on project java-driver-query-builder: The following API problems caused the build to fail: [ERROR] java.method.addedToInterface: method com.datastax.oss.driver.api.querybuilder.select.Select...

Is there a separate ticket for vector similarity functions ? https://cassandra.apache.org/doc/latest/cassandra/developing/cql/functions.html#vector-similarity-functions

what's the rationale here? `runOnSingleNode` only disables the lookup step, so only the specified hosts on the command line are collected. it otherwise works the same as if you specify...

> It was then re-run on that single node (successfully) but all previous collector files were removed... As is and would be expected. The presumption would be that runOnSingleNode is...