Skip to content

Add hdfs-operator#634 to the release notes of SDP 25.3 #744

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

Merged
merged 2 commits into from
Jun 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/ROOT/partials/release-notes/release-25.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ See https://github.com/stackabletech/hive-operator/pull/578[hive-operator#578].
See https://github.com/stackabletech/secret-operator/pull/566[secret-operator#566].
* In 24.11 we used a custom build of jmx_exporter to resolve a https://github.com/stackabletech/issues/issues/649[performance degradation].
In this release, Java products ship with the fixed upstream https://github.com/prometheus/jmx_exporter/releases/tag/1.1.0[jmx_exporter 1.1.0] which includes https://github.com/prometheus/jmx_exporter/pull/1009[the fix].
* In 24.11, HDFS metrics suffixed with `+_total+`, `+_created+`, and `+_info+` were not exported by the jmx_exporter.
With this release, metrics suffixed with `+_total+`, e.g. `+hadoop_namenode_files_total+`, are emitted again.
Metrics originally suffixed with `+_created+` and `+_info+` are now suffixed with `+_created_+` and `+_info_+` to be OpenMetrics compliant.
See https://github.com/stackabletech/hdfs-operator/issues/634[hdfs-operator#634].

==== Platform deprecations

Expand Down
Loading