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

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

It seems this was committed over the weekend without a final CI round including 
the last commit added on Thursday. That commit included the test that we have 
seen failing on Jenkins. It also included a few new unit tests that we have not 
run in the multiplexer.

Here are runs for all the tests with both j11 and j17, including the last fix:
|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3271/workflows/517b8893-9eeb-42df-a535-4bce388692d2]|[j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3271/workflows/f41dbf15-d2ba-4b87-a621-ec4c50f5f9a7]|
|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3272/workflows/cb7592f2-5bba-4957-8e33-55e164a2aab0]|[j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3272/workflows/0d060872-34d8-43cb-b397-90ea0f3f3255]|

> Add support for vector search in SAI
> ------------------------------------
>
>                 Key: CASSANDRA-18715
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18715
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Feature/Vector Search
>            Reporter: Mike Adamson
>            Assignee: Mike Adamson
>            Priority: Normal
>             Fix For: 5.0-alpha2, 5.0, 5.1
>
>          Time Spent: 25h 40m
>  Remaining Estimate: 0h
>
> The patch associated with this ticket adds a new vector index to SAI. This 
> introduces the following new elements and changes to SAI:
>  * VectorMemtableIndex - the in-memory representation of the vector indexes 
> that writes data to a DiskANN instance
>  * VectorSegmentBuilder - that writes a DiskANN graph to the following 
> on-disk components:
>  ** VECTOR - contains the floating point vectors associated with the graph
>  ** TERMS - contains the HNSW graph on-disk representation written by a 
> HnswGraphWriter
>  ** POSTINGS - contains the index postings as written by a 
> VectorPostingsWriter
>  * VectorIndexSegmentSearcher - used to search the on-disk DiskANN graph



--
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

Reply via email to