From 12188a93fa6f2bd3ffaff47d262f871a3e1ea9b0 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Sun, 22 Mar 2015 15:51:04 +0000 Subject: [PATCH] SOLR-7285: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668392 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 54caa47f307..038267168d6 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -270,6 +270,9 @@ Bug Fixes * SOLR-7092: Stop the HDFS lease recovery retries in HdfsTransactionLog on close and try to avoid lease recovery on closed files. (Mark Miller) +* SOLR-7285: ActionThrottle will not pause if getNanoTime first returns 0. + (Mark Miller, Gregory Chanan) + Optimizations ----------------------