Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSE 6.8.49 Release Notes #145

Merged
merged 1 commit into from
Jun 10, 2024
Merged

DSE 6.8.49 Release Notes #145

merged 1 commit into from
Jun 10, 2024

Conversation

bereng
Copy link
Collaborator

@bereng bereng commented Jun 10, 2024


Release Notes Automation

If you name your pull-request as "Product x.y.z Release ...", after merging the
PR, a GitHub Action will automatically create a product version tag "product-x.y.z".

Supported product names are:

  • DSE
  • OpsCenter
  • Studio
  • Luna Streaming

Version supports 3 sets or 4 sets of digits.

Copy link
Contributor

@roxananeo roxananeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+2 LGTM

@bereng bereng merged commit 8d77ef4 into master Jun 10, 2024
@bereng bereng deleted the dse-6.8.49-release branch June 10, 2024 15:05
Copy link
Contributor

@szymon-miezal szymon-miezal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it has been merged already but I allowed myself to leave a few suggestions.

* Upgraded JDK 8 and 11 versions in DSE Docker images to `8u402` and `11.0.22` respectively. (DSP-24250)

## 6.8.49 DSE Driver
* Upgrades `dse-java-driver` to handle newer versions of Guava. (DSP-24191)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Upgrades `dse-java-driver` to handle newer versions of Guava. (DSP-24191)
* Upgraded `dse-java-driver` to handle newer versions of Guava. (DSP-24191)

The release notes' guideline says that RN should start with a var in past tense, I think we should fix the remaining ones that do not follow this pattern too.

* Fixed, observe spark.directJoin and spark.directJoinSizeRatio parameters. (DSP-24258)

## 6.8.49 DSE Security
* Adds partial support for client and internode connections using TLSv1_3. (DSP-23989)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Adds partial support for client and internode connections using TLSv1_3. (DSP-23989)
* Added partial support for client and internode connections using TLSv1_3. (DSP-23989)

If you're developing applications, please refer to the [Java Driver documentation](https://docs.datastax.com/en/driver-matrix/doc/java-drivers.html) to choose an appropriate version.

## 6.8.49 DSE Core
* Prevents a Java driver request timeout for `drain()` operations executed via Management API by setting the request timeout to 0. The request timeout change only affects the internal Java driver used in Management API and is only set to 0 explicitly for the `drain()` operation. (DSP-23994)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Prevents a Java driver request timeout for `drain()` operations executed via Management API by setting the request timeout to 0. The request timeout change only affects the internal Java driver used in Management API and is only set to 0 explicitly for the `drain()` operation. (DSP-23994)
* Prevented a Java driver request timeout for `drain()` operations executed via Management API by setting the request timeout to 0. The request timeout change only affects the internal Java driver used in Management API and is only set to 0 explicitly for the `drain()` operation. (DSP-23994)

* Prevents a Java driver request timeout for `drain()` operations executed via Management API by setting the request timeout to 0. The request timeout change only affects the internal Java driver used in Management API and is only set to 0 explicitly for the `drain()` operation. (DSP-23994)

## 6.8.49 DSE Cassandra
* Secondary Index: Don't fail queries if one node is not available. (DSP-24163)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would propose to phrase it a bit differently as currently it's difficult to guess what it does from the user perspective: how about Introduced a flag that allows skipping querying nodes that do not have ready secondary indexes". This behaviour can be enabled by setting -Ddse.cassandra.index.check_index_status=true? @roxananeo as the ticket author, what do you think?

@bereng
Copy link
Collaborator Author

bereng commented Jun 11, 2024

Thx for the feedback @szymon-miezal next time I have to try to remember to review RN from all tickets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants