From e6637eecbaad0e5bfbf1c72225340f0cffa5fbfe Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Thu, 7 Jan 2021 11:25:21 -0500 Subject: [PATCH] SOLR-15040: Update CHANGES.txt --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index b42bf0604c3c..c862f9c56cc3 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -51,6 +51,8 @@ Improvements * SOLR-15059: Add panels to the default Grafana dashboard for query performance monitoring, includes updates to the Prometheus exporter to export query performance metrics, such as QPS and p95. (Timothy Potter) +* SOLR-15040: Improvements to postlogs timestamp handling (Joel Bernstein) + Optimizations --------------------- * SOLR-14975: Optimize CoreContainer.getAllCoreNames, getLoadedCoreNames and getCoreDescriptors. (Bruno Roustant)