[ 
https://issues.apache.org/jira/browse/CASSANDRA-18062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17711577#comment-17711577
 ] 

Andres de la Peña commented on CASSANDRA-18062:
-----------------------------------------------

I think we should run the repeated tests before merging, so we make sure we 
don't introduce new flakies.

I have started part of the repeated runs 
[here|https://app.circleci.com/pipelines/github/adelapena/cassandra?branch=18062-trunk-test].
 Each push on that branch is for running a subset of the new or modified tests.

So far it has hit test failures on 
[{{StorageAttachedIndexDDLTest.concurrentTruncateWithIndexBuilding}}|https://app.circleci.com/pipelines/github/adelapena/cassandra/2835/workflows/8301fcae-ab73-401d-ae26-d3e7e8b0f237/jobs/38519/tests]
 and 
[{{CompactionTest.testConcurrentIndexDropWithCompaction}}|https://app.circleci.com/pipelines/github/adelapena/cassandra/2828/workflows/c22d9dc8-9af1-493f-9e13-e91631fd2386/jobs/38538/tests].
 I'll keep running the rest of the tests to see if there are more flakies.

> On-disk string index with index building and on-disk query path
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-18062
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18062
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/SAI
>            Reporter: Mike Adamson
>            Assignee: Mike Adamson
>            Priority: Normal
>              Labels: SAI
>             Fix For: NA
>
>
> An on-disk index for string (literal) datatypes. This index is used for the 
> following datatypes:
>  * UTF8Type
>  * AsciiType
>  * CompositeType
>  * Frozen types
> This includes the ability to write the index to disk at index creation, by 
> specific index rebuild and during SSTable compaction. 
> Also the ability to query the on-disk index and combine the results with 
> those from the in-memory indexes created by CASSANDRA-18058.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to