We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b90e21 commit abe242fCopy full SHA for abe242f
CHANGELOG.md
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
17
- Switch the WebUI liveness probe from `httpGet` to checking the tcp socket.
18
This helps with setups where configOverrides are used to enable security on the HTTP interfaces.
19
As this results in `401` HTTP responses (instead of `200`), this previously failed the liveness checks.
20
+- Set the JVM argument `-Xms` in addition to `-Xmx` (with the same value). This ensure consistent JVM configs across our products.
21
22
[#619]: https://github.com/stackabletech/hdfs-operator/pull/619
23
[#629]: https://github.com/stackabletech/hdfs-operator/pull/629
0 commit comments