From ff5915093416315b86381781f58525ac9dc5e3fe Mon Sep 17 00:00:00 2001 From: Prabhat <20185657+CaptainDredge@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:21:05 -0800 Subject: [PATCH] Added queued flush check optimization to changes.txt (#13118) Co-authored-by: Prabhat Sharma --- lucene/CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index b2e96bfbb06..025c7591154 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -197,7 +197,8 @@ Improvements Optimizations --------------------- -(No changes) + +* GITHUB#13115: Short circuit queued flush check when flush on update is disabled (Prabhat Sharma) Bug Fixes ---------------------