[ https://issues.apache.org/jira/browse/CASSANDRA-18058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678665#comment-17678665 ]
Andres de la Peña commented on CASSANDRA-18058: ----------------------------------------------- [~mike_tr_adamson] I think that the run is using the default CircleCI config, which doesn't have enough resources to run dtests. That config is using CircleCI on free tier. Usually the config with more resources can be generated with: {code:java} .circleci/generate.sh -m {code} That script sets the resources, diffs the branch against its base branch, detects and automatically sets the repeated runs of any modified tests. However, in this case it seems that the number of modified tests is so large that CircleCI rejects the config file. So I have prepared [a version of the mid-resources config|https://github.com/adelapena/cassandra/commit/420dd4970e78307d8398ed2f39788b00725fce55] without the automatic detection of unit tests: * j8: [https://app.circleci.com/pipelines/github/adelapena/cassandra/2564/workflows/5b074e0f-6328-4397-8a2a-53dc58ebd0ff] * j11: [https://app.circleci.com/pipelines/github/adelapena/cassandra/2564/workflows/d8521983-64bf-4447-9af9-612ef2f09327] > In-memory index and query path > ------------------------------ > > Key: CASSANDRA-18058 > URL: https://issues.apache.org/jira/browse/CASSANDRA-18058 > Project: Cassandra > Issue Type: New Feature > Components: Feature/SAI > Reporter: Mike Adamson > Assignee: Mike Adamson > Priority: Normal > Fix For: 5.x > > > An in-memory index using the in-memory trie structure introduced with > CASSANDRA-17240 along with a query path implementation to perform index > queries from the in-memory index. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org