You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-25.7.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,9 @@ This includes 3 critical and 97 high-severity CVEs.
171
171
See https://github.com/stackabletech/hdfs-operator/issues/685[hdfs-operator#685].
172
172
* The operator now defaults `dfs.encrypt.data.transfer.cipher.suite` to `AES/CTR/NoPadding` to improve security and performance.
173
173
See https://github.com/stackabletech/hdfs-operator/pull/693[hdfs-operator#693].
174
+
* Previously Apache Hadoop wouldn't find and use the native OpenSSL library to speed up crypto operations.
175
+
This was fixed by adding a https://issues.apache.org/jira/browse/HADOOP-12845[missing symlink] and backporting https://issues.apache.org/jira/browse/HADOOP-18583[HADOOP-18583].
176
+
See https://github.com/stackabletech/docker-images/pull/1209[docker-images#1209].
0 commit comments