This is an automated email from the ASF dual-hosted git repository.
achennaka pushed a commit to branch branch-1.18.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/branch-1.18.x by this push:
new 3a9f8c319 [docs] Update 1.18.1 release notes
3a9f8c319 is described below
commit 3a9f8c319ddbfbff2a9c546e71ff7bd248caebfd
Author: Abhishek Chennaka <[email protected]>
AuthorDate: Fri Dec 5 15:35:08 2025 -0800
[docs] Update 1.18.1 release notes
Change-Id: I0761df2f62661a3e44cdbd26e1ed3ba8b07aa102
Reviewed-on: http://gerrit.cloudera.org:8080/23752
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <[email protected]>
---
docs/release_notes.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 014193121..6f7c4b413 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -59,7 +59,9 @@ below.
(see https://issues.apache.org/jira/browse/KUDU-3716[KUDU-3716]).
* Fixed NoClassDefFoundError in kudu-backup when backing up tables with BINARY
columns that have
default values or are used in range partition bounds.
-
+* Fixes a unit mismatch in memory-pressure checks that caused
ProceedWithFlush() to always trigger
+ flushes when under memory pressure
+ (see https://issues.apache.org/jira/browse/KUDU-3722[KUDU-3722]).
[[rn_1.18.1_improvements]]
== Optimizations and improvements