This is an automated email from the ASF dual-hosted git repository. edimitrova pushed a change to annotated tag cndb-main-release-202505-HF1 in repository https://gitbox.apache.org/repos/asf/cassandra.git
*** WARNING: tag cndb-main-release-202505-HF1 was deleted! *** tag was 2e552c4e42 This change permanently discards the following revisions: discard 594668ac70 CNDB-14237-202505-fix: register composite compaction observer as additional obverser on top of UCS (#1774) discard 935360ecd0 CNDB-14237-202505-hotfix: allow UCS#getNextBackgroundTasks to config custom compaction observer for composite compaction (#1771) discard 473c1a2ae7 CNDB-14210: Fix analyzed sai index on compound partition key column (#1764) discard bae6d2be83 CNDB-13770: Separate timeout for aggregation queries (#1741) discard de7db70124 CNDB-14167: Set jvector_version on disk file format to 2 (#1757) discard 5deeda8a80 CNDB-13978: Count tombstones in DataLimits.CQLCounter.Counter#bytesCounted even if the row has been purged (#1756) discard 1d64875248 CNDB-14171: handle update as insert for SAI version AA (#1753) discard f45ef3186f CNDB-14153: Fix SAI updates (non-null solution) (#1752) discard 9ba8ebe55b CNDB-14160: Fix IndexContext#getReferencedView (#1744) discard b582f8445e CNDB-13693: Make SAI's view referenceable to simplify locking query view (#1729) discard 9c2b747391 CNDB-13591 ported to May 25 release (#1720) discard 2152aa69d0 CNDB-13902: Fix incorrect results of min / max in-built functions on clustering columns in descending order - port CASSANDRA-20295 (#1716) discard 3faac66635 CNDB-13905: Fix valueCount check and error message in BKDWriter discard 3987a12bae Revert "CNDB-13739 count numRows correctly in SSTable SAI (#1695)" discard 3508620089 CNDB-13848-followup: add IFilterSerializer interface to avoid type casting during serializaion. (#1711) discard a459b06aac CNDB-13534: Add RequestFailureReason.FEATURE_NEEDS_INDEX_REBUILD discard cb3ee3d02c CNDB-13739 count numRows correctly in SSTable SAI (#1695) discard 7d52230c8e CNDB-13847: Add Token::fromLongValue method to simplify SAI token creation (#1709) discard 1458fedf14 CNDB-13848: avoid serializing AlwaysPresentFilter when BF memory limit is reached (#1710) discard 053fc12481 CNDB-13625: Implement rerankless vector search through ANN_OPTIONS (#1705) discard 6c2cd8d30e CNDB-13833: Fix QueryTimeoutTest on JDK22 discard 9cd80cec1a CNDB-13822: Add ANN_OPTION use_pruning (#1704) discard df81d9aec4 CNDB-13689: use NodeQueue::pushMany to decrease time complexity to build heap (#1693) discard 9fd4c4c208 CNDB-13639: Adds optional prefetching for known sequential reads (#1692) discard 1d762c6f4d CNDB-13718: Switch to official Apache Lucene 9.8.0 dep (#1694) discard 3e1bbc9bb7 SAI: test that default stop words are the ENGLISH_STOP_WORDS_SET (#1697) discard 8d98a4b815 CNDB-13766: Upgrade to jvector 4.0.0-beta.4 (#1698) discard 1d12f9cf2f CNDB-13696: Add BM25 hybrid search test on collections (#1701) discard e98a00f35f CNDB-13524 Adds a timeout to Future.get calls in PendingAntiCompactionTest (#1664) discard 906e4acc2c CNDB-13785: fix IndexComponentDiscover#StateBuilder to pass MB instead of bytes (#1699) discard 14baf8b905 CNDB-13695 Set operationContextTracker in ExecutorLocals.set along with other locals. (#1689) discard 167a98c35a CNDB-13696 fix empty iterator access in BM25 search on partial SSTable (#1691) discard e12f4a2fcc CNDB-13671 simplify tests with collection condition (#1688) discard 4f99883b19 CNDB-13582: Ignore TOC when discovering SAI components of sstables from DSE discard 61f57a6024 CNDB-12937: enable jvector 4; remove jvector 3 write support (#1685) discard c02e486c44 CNDB-13583: Add vector ann and brute force metrics (#1683) discard 18fe538b16 CNDB-13624: Silence snakeyaml warnings in test-cdc by removing duplicate cdc_enabled key in base yaml (#1680) discard 5cb23da1ad CNDB-12937: Update jvector to 4.0.0-beta.2; add new graph construction parameters to index config (#1676) discard 08557dfb2b CNDB-13618 remove long index name test after fix (#1681) discard f7641a485a CNDB-13372 Introduce min Paxos backoff time (#1651) discard 0716022956 Handle IndexBuildInProgress exception in InboundSink discard 9eb18a6c15 CNDB-13417: Reduce object alloc. on brute force hybrid ann path (#1643) discard cb3de82121 CNDB-13408 add BM25 tests to compare with CNDB (#1663) discard 460a7c4973 CNDB-13505: Update PR checklist reminding people about the correct license header in new files discard 830613ed55 CNDB-13499: Optimize simple BM25 by deferring PrK creation (#1662) discard e2f79c8c71 HCD-122 Backports CASSANDRA-20368 and CASSANDRA-20450 discard 362af8d863 CNDB-13457: Fix problems with byte-comparable versions in SAI (#1655) discard b741795320 CNDB-13464: Ordering on non-clustering column requires the column to be indexed with a non-analyzed index (#1656) discard 9cd33f3ca8 CNDB-13446: Make search-then-sort BM25 queries apply BM25 filter (#1659) discard 2915032ad6 CNDB-13462: Add support for updating terms in SAI's TrieMemoryIndex (#1200) discard 0703ce385c CNDB-13353: Queries with index-based ordering should reject aggregation queries (#1638) discard 7653af99ee CNDB-13480: NullPointerException when using ORDER BY BM25 after deleting a row (#1653) discard f38360e514 HCD-62 Upgrade of several libraries (#1563) discard ebc4bc6077 CNDB-13171: Fix query_filters guardrail using the index analyzer instead of the query analyzer (#1615) discard afda625394 CNDB-12620 Users should get INDEX_BUILD_IN_PROGRESS instead of INDEX NOT AVAILABLE when they cannot query because an index is building. discard 4b16c619ee CNDB-13305: change IndexComponentDiscovery#discoverComponents signature to use SSTableReader and add more loggings to index tracking (#1644) discard 99b27c359a CNDB-13403: Add source column to synthetic column's ColumnMetadata (#1641) discard 83a5b3ac39 CNDB-13342: Add 4th component to the version (#1642) discard 4948d6929f HCD-109 Deserialise dse 6.8 PeerInfo files discard f27dc68970 CNDB-13299 prevent too long index names (#1633) discard f6260d5e0e CNDB-13375 don't use keyspace name length in error message (#1639) discard f0ed83e5f5 CNDB-13074: Reject analysis options on frozen collections (#1610) discard 88675baf4c CNDB-13330: Fix wildcard select with BM25 order discard 7ce9397025 HCD-73: Fix replacing node stuck in hibernation state (#1626) discard 6de8ee18fe Ninja: Removed ThreadLocalRandom usage in ANNOptionsDistributedTest, as causing test flakiness. discard 34d68bb186 HCD-93 Back-ports Error out on noop GRANT/REVOKE discard 384ba23655 Add support for a per-operation context (#1619) discard 4c532d2249 CNDB-12503 remove column name restrictions in SAI (#1539) discard c75523469e CNDB-12922 ANNOptions validation now checks the endpoint connection messaging version (#1624) discard 10e71464a9 CNDB-13241 CCM's converged-cassandra branch moving from riptano/ccm to datastax/cassandra-ccm discard e69c25f30a CNDB-12683 validate table name length for not-internal (#1623) discard 4a6a668423 CNDB-12599: Expose compactions' space overhead for CNDB (#1609) discard 979b792603 CNDB-13203: Use MessagingSuccess's version for cnx version (#1621) discard 840d5afcf2 CNDB-13196: Fix BM25 file access race condition (#1622) discard a14cd51629 HCD-73: Add a jmx endpoint to change the node state in gossip (#1617) discard 267cfd3721 CNDB-11460 another fix for cqlsh unicode tests in TestCqlshUnicode (#1618) discard 59faf8a021 CNDB-12922: Implement rerank_k in SAI ANN queries (#1562) discard cc92316435 CNDB-12736: allow disabling prepared statement persistence (#1547) discard 6050746023 CNDB-12683 improve name validation functions and test long names (#1605) discard 22831a6681 CNDB-12382 Implement Counter locks without Striped locks (#1592) discard fbb184c261 HCD-96: Upgrade Netty to 4.1.118.Final (#1606) discard d0f026530e HCD-84 Feature flag to skip Ford Fulkerson (#1612) discard 3f00247be1 Fix EqBehavior bug introduced by #1434 (#1614) discard 73a5e97900 CNDB-11532: Adaptive compression discard 76bf1ce445 Partially port CASSANDRA-13890 from apache/cassandra discard 3f14855c47 CNDB-12905: Allow usage of ReadQuery#execute rather than only executeInternal in CQL utests (#1564) discard 72b67222e8 Revert "Revert "HCD-82 Enables auth* classes configuration" (#1607)" discard b0cdc37bc2 Implement synthetic columns and ORDER BY BM25 (#1434) discard 303c520143 HCD-74: Fix CorruptSSTableException in UCS with compression (#1602) discard 5ed91d7461 HCD-75: Fix and improve EstimatedRowCount metric (#1604) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org