Skip to content

Latest commit

 

History

History
109 lines (83 loc) · 5.84 KB

DSE_6.9_Release_Notes.md

File metadata and controls

109 lines (83 loc) · 5.84 KB

Release notes for DataStax Enterprise 6.9

DSE 6.9.x is compatible with Apache Cassandra™ 3.11 and adds additional production-certified changes, if any. Components that are indicated with an asterisk (*) (if any) are known to be updated since the prior patch version.

Release notes for 6.9.3

14 October 2024

Components versions for DSE 6.9.3

  • Apache Solr™ 6.0.1.5.2973
  • Apache Spark™ 2.5.0.2*
  • Apache TinkerPop™ 3.4.15-20240705-ffb48eb3
  • Apache Tomcat® 8.5.94
  • DSE Java Driver 1.10.0-dse-20240930* (DSE internal-only version)
  • Netty 4.1.100.1.dse
  • Spark JobServer 0.8.0.56

NOTE: above-listed DSE Java Driver is an internal-version only. If you're developing applications, please refer to the Java Driver documentation to choose an appropriate version.

6.9.3 DSE Cassandra

  • Fixed sstablescrub to run with -t disabled by default. (DSP-24501)
  • Added guardrail warning for large columns in cassandra.yaml file. The new field is called column_value_size_warn_threshold_in_kb can can be used to get warned when a column is larger than a given value. By default this field is not used. (DSP-24384)
  • Replaced the out-dated in-tree Management API code with the updated OSS version from GitHub k8ssandra/management-api-for-apache-cassandra. This should not affect any DSE 6.9 users except for situations where DSE 6.9 Docker images are being used with Management API enabled. Those cases will be fixed in a future DSE 6.9.x release.

6.9.3 DSE Graph

  • Fixed count() query in classic graph. (DSP-24336)
  • Fixed Spark default JVM options (resources/spark/conf/java-opts) to work with Java 11. (DSP-24512)

6.9.3 DSE Driver

  • Updated DSE Java Driver with fix for JAVA-2738. (DSP-24514)

6.9.3 DSE Performance

  • Changed the default location of the histogram aggregation work, offloading it by default to a thread pool different than the main one. This unblocks the TPC threads when large numbers of tables exist. (DSP-24520)

6.9.3 DSE Node/DseTool

  • Updated Debian package dependencies on libaio1 so that it can be installed on Ubuntu 24.04 (Noble Numbat). (DSP-24359)

6.9.3 DSE CVE

Release notes for 6.9.2

30 August 2024

Components versions for DSE 6.9.2

  • Apache Solr™ 6.0.1.5.2973
  • Apache Spark™ 2.5.0.1
  • Apache TinkerPop™ 3.4.15-20240705-ffb48eb3
  • Apache Tomcat® 8.5.94
  • DSE Java Driver 1.10.0-dse-20240621 (DSE internal-only version)
  • Netty 4.1.100.1.dse
  • Spark JobServer 0.8.0.56

NOTE: above-listed DSE Java Driver is an internal-version only. If you're developing applications, please refer to the Java Driver documentation to choose an appropriate version.

6.9.2 DSE Cassandra

  • Improved libjemalloc detection to detect libmalloc2 in systems where this package is present. (DSP-24402)

6.9.2 DSE Upgrade

  • Fixed a bug in 6.9 upgrade caused by DSE nodes in mixed-version mode choosing non-compatible checksum algorithms. (DSP-24364)

Release notes for 6.9.1

14 August 2024

Components versions for DSE 6.9.1

  • Apache Solr™ 6.0.1.5.2973
  • Apache Spark™ 2.5.0.1
  • Apache TinkerPop™ 3.4.15-20240705-ffb48eb3
  • Apache Tomcat® 8.5.94
  • DSE Java Driver 1.10.0-dse-20240621 (DSE internal-only version)
  • Netty 4.1.100.1.dse
  • Spark JobServer 0.8.0.56

NOTE: above-listed DSE Java Driver is an internal-version only. If you're developing applications, please refer to the Java Driver documentation to choose an appropriate version.

6.9.1 DSE Cassandra

  • Improved memory footprint of ORDER BY queries. (DSP-24375)
  • Fixed a bug in SAI filtering intersection for map types. (DSP-24389)
  • Fixed a race condition in disabling of in-progress compactions when interrupting compaction types are initiated. Added debug logging to help identify in-progress and interrupting compactions. (DSP-24318)
  • Made Kerberos authentication provider for cqlsh pluggable so customers can plug in and/or customize how it works in their environment. (DSP-24129)
  • Fixed OR operator when using ANALYZER_MATCHES with n-grams. (DSP-24357)
  • Fixed a bug in scheduling that resulted in searches resuming execution on different threads then when initialized. It resulted in invalid query results. (DSP-24385)
  • Fixed a bug in backup error handling that led to backups being stuck indefinitely in the running state, resulting in snapshots not getting cleaned up. (DSP-24390)
  • Fixed SSBR to prevent dropping not used UDTs on restore. (DSP-24376)

6.9.1 DSE CVE

  • Upgraded commons-compress to version 1.26.2. (DSP-24380, CVE-2024-25710)

Release notes for 6.9.0

10 July 2024

This is the first version of DSE 6.9 having Java 11 and Vector support.

Components versions for DSE 6.9.0

  • Apache Solr™ 6.0.1.5.2973
  • Apache Spark™ 2.5.0.1
  • Apache TinkerPop™ 3.4.15-20240705-ffb48eb3
  • Apache Tomcat® 8.5.94
  • DSE Java Driver 1.10.0-dse-20240621 (DSE internal-only version)
  • Netty 4.1.100.1.dse
  • Spark JobServer 0.8.0.56

NOTE: above-listed DSE Java Driver is an internal-version only. If you're developing applications, please refer to the Java Driver documentation to choose an appropriate version.