Skip to content

Commit 20104d5

Browse files
committed
add missing platform features
1 parent 2e4fc6c commit 20104d5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,27 @@ Improved Authorization:
5757
* The performance of the https://docs.stackable.tech/home/stable/hdfs/usage-guide/security.html#_authorization[OPA Authorizer] has been greatly improved. This _can_ be a breaking change so please make sure to read the hdfs-utils https://github.com/stackabletech/hdfs-utils/releases/tag/v0.4.0[release notes] for details.
5858
* The User Info Fetcher HTTP API has been replaced with a Rego library. Please see https://docs.stackable.tech/home/nightly/opa/usage-guide/user-info-fetcher#_user_info_fetcher_api for more information
5959
60+
Logging:
61+
62+
* Apache NiFi: The ephemeral EmptyDir Volumes used to store log files before being aggregated have their size increased from a default of 33 MiB to 500 MiB. Additionally the interval in which Logback checks if the maximum log file size has been reached was lowered from 60 seconds to 5 seconds.
63+
6064
Monitoring:
6165
6266
* In SDP 24.7 we upgraded the version of [JMX Exporter](https://github.com/prometheus/jmx_exporter) from 0.20 to 1.0.1. This is the tool which allows us to expose JMX metrics in Prometheus and is in use for Hadoop, HBase, Hive, Kafka, Spark, Trino and ZooKeeper. Unfortunately the version 1.0.1 has a severe performance degradation which has been [fixed upstream](https://github.com/prometheus/jmx_exporter/pull/1009) but is not yet released. This SDP release 24.11 contains a fixed version bringing performance back to normal levels.
6367
6468
Security:
6569
6670
* The Stackable Data Platform now supports provisioning TLS certificates using cert-manager.
67-
* Added support for customizing sAMAccountName generation
71+
* Added support for customizing sAMAccountName generation in secret operator.
6872
6973
Listener:
7074
7175
* The Stackable Operator for Kafka now uses the Stackable Listener Operator, allowing connectivity to be customized.
7276
77+
Operations:
78+
79+
* The Stackable Operator for HDFS now supports upgrading existing HDFS installations. This process requires some manual intervention, however.
80+
7381
Misc:
7482
7583
* Apache NiFi: permit users to configure allowed hosts when NiFi is running behind a proxy. The proxy host check is now turned off by default. Documentation: https://docs.stackable.tech/home/nightly/nifi/usage_guide/security#host-header-check
@@ -78,6 +86,8 @@ Bug fixes:
7886
7987
* Apache Spark Operator: Ensure Spark applications are submitted only once. Reconciling applications after the corresponding Job objects have been recycled doesn't lead to the creation of new Job objects. This behavior was triggered by different situations, such as when the operator was restarted.
8088
* Apache Spark Operator: Environment variables can now be overridden with the role group’s envOverrides property.
89+
* Trino, Spark, HBase, Airflow: These used to have https://github.com/stackabletech/issues/issues/548[issues] where config and environment variable overrides would not always work as expected, this has now been fixed
90+
* The cluster domain (default `cluster.local`) which caused problems in non-default cluster setups can now be configured in all operators using the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or setting the helm value `kubernetesClusterDomain` during installation as described [here](https://docs.stackable.tech/home/nightly/guides/kubernetes-cluster-domain).
8191
8292
=== Product versions
8393

0 commit comments

Comments
 (0)