-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+2 LGTM
There was a problem hiding this 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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) |
There was a problem hiding this comment.
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?
Thx for the feedback @szymon-miezal next time I have to try to remember to review RN from all tickets. |
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:
Version supports 3 sets or 4 sets of digits.