This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to tag 5.2.0RC7
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit cbb9cf2b83f5007a7eb6271be6a8f98c71b32cc8
Author: Viraj Jasani <vjas...@apache.org>
AuthorDate: Fri Apr 5 04:59:31 2024 +0000

    Preparing phoenix release 5.2.0RC7; tagging and updates to CHANGES.md and 
RELEASENOTES.md
---
 CHANGES.md      | 9 ++++++++-
 RELEASENOTES.md | 7 +++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 5319eb9061..27a82fd4b6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,7 +18,7 @@
 -->
 # PHOENIX Changelog
 
-## Release 5.2.0 - Unreleased (as of 2024-02-28)
+## Release 5.2.0 - Unreleased (as of 2024-04-05)
 
 
 
@@ -40,6 +40,9 @@
 
 | JIRA | Summary | Priority | Component |
 |:---- |:---- | :--- |:---- |
+| [PHOENIX-7253](https://issues.apache.org/jira/browse/PHOENIX-7253) | 
Metadata lookup performance improvement for range scan queries |  Critical | . |
+| [PHOENIX-7275](https://issues.apache.org/jira/browse/PHOENIX-7275) | Update 
HBase 2.5 default version to 2.5.8 |  Minor | core |
+| [PHOENIX-7258](https://issues.apache.org/jira/browse/PHOENIX-7258) | Query 
Optimizer should pick Index hint even for point lookup queries |  Major | . |
 | [PHOENIX-7229](https://issues.apache.org/jira/browse/PHOENIX-7229) | 
Leverage bloom filters for single key point lookups |  Major | . |
 | [PHOENIX-7230](https://issues.apache.org/jira/browse/PHOENIX-7230) | 
Optimize rpc call to master if all indexes are migrated to new coprocs |  Major 
| . |
 | [PHOENIX-7216](https://issues.apache.org/jira/browse/PHOENIX-7216) | Bump 
Hadoop version to 3.2.4 for 2.5.x profile |  Major | core |
@@ -132,6 +135,10 @@
 
 | JIRA | Summary | Priority | Component |
 |:---- |:---- | :--- |:---- |
+| [PHOENIX-7299](https://issues.apache.org/jira/browse/PHOENIX-7299) | 
ScanningResultIterator should not time out a query after receiving a valid 
result |  Major | . |
+| [PHOENIX-7295](https://issues.apache.org/jira/browse/PHOENIX-7295) | Fix 
getTableRegions failing due to overlap/inconsistencies on region |  Major | . |
+| [PHOENIX-7291](https://issues.apache.org/jira/browse/PHOENIX-7291) | Bump up 
omid to 1.1.2 |  Major | . |
+| [PHOENIX-7285](https://issues.apache.org/jira/browse/PHOENIX-7285) | Upgade 
Zookeeper to 3.8.4 |  Major | core |
 | [PHOENIX-7234](https://issues.apache.org/jira/browse/PHOENIX-7234) | Bump 
org.apache.commons:commons-compress from 1.21 to 1.26.0 |  Major | core |
 | [PHOENIX-7223](https://issues.apache.org/jira/browse/PHOENIX-7223) | Make 
Sure Tools Always Close HBase Connections on Exit |  Minor | core |
 | [PHOENIX-7160](https://issues.apache.org/jira/browse/PHOENIX-7160) | Change 
the TSO default port to be compatible with Omid 1.1.1 |  Major | omid |
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index df962f8ae1..8f6bddb90e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,13 @@
 These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
 
 
+---
+
+* [PHOENIX-7285](https://issues.apache.org/jira/browse/PHOENIX-7285) | *Major* 
| **Upgade Zookeeper to 3.8.4**
+
+Phoenix now includes Zookeeper 3.8.4 when build for HBase 2.4 and later.
+
+
 ---
 
 * [PHOENIX-7230](https://issues.apache.org/jira/browse/PHOENIX-7230) | *Major* 
| **Optimize rpc call to master if all indexes are migrated to new coprocs**

Reply via email to