This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to tag 5.3.2RC0 in repository https://gitbox.apache.org/repos/asf/phoenix.git
commit 1a55177c276fc0672f4c896e9247864728ede902 Author: Lokesh Khurana <[email protected]> AuthorDate: Sat Jun 27 07:17:08 2026 +0000 Preparing phoenix release 5.3.2RC0; tagging and updates to CHANGES.md and RELEASENOTES.md --- CHANGES.md | 30 ++++++++++++++++++++++ RELEASENOTES.md | 6 +++++ phoenix-assembly/pom.xml | 2 +- .../phoenix-client-embedded/pom.xml | 2 +- phoenix-client-parent/phoenix-client-lite/pom.xml | 2 +- phoenix-client-parent/pom.xml | 2 +- phoenix-core-client/pom.xml | 2 +- phoenix-core-server/pom.xml | 2 +- phoenix-core/pom.xml | 2 +- phoenix-hbase-compat-2.5.0/pom.xml | 2 +- phoenix-hbase-compat-2.5.4/pom.xml | 2 +- phoenix-hbase-compat-2.6.0/pom.xml | 2 +- phoenix-hbase-compat-2.6.4/pom.xml | 2 +- phoenix-mapreduce-byo-shaded-hbase/pom.xml | 2 +- phoenix-pherf/pom.xml | 2 +- phoenix-server/pom.xml | 2 +- phoenix-tracing-webapp/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 52 insertions(+), 16 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 263d0e36d7..b3cbce510d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,36 @@ --> # PHOENIX Changelog +## Release 5.3.2 - Unreleased (as of 2026-06-27) + + + +### IMPROVEMENTS: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [PHOENIX-7933](https://issues.apache.org/jira/browse/PHOENIX-7933) | Avoid using reflection to initialize ServerCacheFactory | Major | . | +| [PHOENIX-7883](https://issues.apache.org/jira/browse/PHOENIX-7883) | Rework metrics for the Phoenix Eventually Consistent Index framework | Major | . | +| [PHOENIX-7878](https://issues.apache.org/jira/browse/PHOENIX-7878) | CDC perf improvement - skip redundant cell versions on data table scans | Major | . | +| [PHOENIX-7842](https://issues.apache.org/jira/browse/PHOENIX-7842) | Reduce the shading contribution to build time | Minor | . | + + +### BUG FIXES: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [PHOENIX-7267](https://issues.apache.org/jira/browse/PHOENIX-7267) | CsvBulkLoadTool fails job due to a bad record with "(startline 1) EOF reached before encapsulated token finished" | Major | . | +| [PHOENIX-7880](https://issues.apache.org/jira/browse/PHOENIX-7880) | BSON\_UPDATE\_EXPRESSION corrupts literal string SET values containing + or - | Major | . | + + +### SUB-TASKS: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [PHOENIX-7884](https://issues.apache.org/jira/browse/PHOENIX-7884) | cdcIndexUpdateLag is silent during idle / failure / parent-replay and misattributed during ancestor replay | Major | . | + + + ## Release 5.3.1 - Unreleased (as of 2026-05-13) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bb569da515..b267d3372c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -16,6 +16,12 @@ # See the License for the specific language governing permissions and # limitations under the License. --> +# PHOENIX 5.3.2 Release Notes + +These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. + + + # PHOENIX 5.3.1 Release Notes These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml index d2b85ea515..c45e67f958 100644 --- a/phoenix-assembly/pom.xml +++ b/phoenix-assembly/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-assembly</artifactId> <packaging>pom</packaging> diff --git a/phoenix-client-parent/phoenix-client-embedded/pom.xml b/phoenix-client-parent/phoenix-client-embedded/pom.xml index 44212d6f1a..8c42effdd5 100644 --- a/phoenix-client-parent/phoenix-client-embedded/pom.xml +++ b/phoenix-client-parent/phoenix-client-embedded/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix-client-parent</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-client-embedded-${hbase.suffix}</artifactId> diff --git a/phoenix-client-parent/phoenix-client-lite/pom.xml b/phoenix-client-parent/phoenix-client-lite/pom.xml index 0b529619c8..2682235f9f 100644 --- a/phoenix-client-parent/phoenix-client-lite/pom.xml +++ b/phoenix-client-parent/phoenix-client-lite/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix-client-parent</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-client-lite-${hbase.suffix}</artifactId> diff --git a/phoenix-client-parent/pom.xml b/phoenix-client-parent/pom.xml index 59aea76650..29f5a2898d 100644 --- a/phoenix-client-parent/pom.xml +++ b/phoenix-client-parent/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-client-parent</artifactId> <packaging>pom</packaging> diff --git a/phoenix-core-client/pom.xml b/phoenix-core-client/pom.xml index 1a6b2d78ef..51bd096117 100644 --- a/phoenix-core-client/pom.xml +++ b/phoenix-core-client/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-core-client</artifactId> <name>Phoenix Core Client</name> diff --git a/phoenix-core-server/pom.xml b/phoenix-core-server/pom.xml index 92ee57d742..17b9dc868e 100644 --- a/phoenix-core-server/pom.xml +++ b/phoenix-core-server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-core-server</artifactId> <name>Phoenix Core Server</name> diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml index 15dad63a53..b5c615730f 100644 --- a/phoenix-core/pom.xml +++ b/phoenix-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-core</artifactId> <name>Phoenix Core</name> diff --git a/phoenix-hbase-compat-2.5.0/pom.xml b/phoenix-hbase-compat-2.5.0/pom.xml index 5bdb563ee5..fe8b6e5abf 100644 --- a/phoenix-hbase-compat-2.5.0/pom.xml +++ b/phoenix-hbase-compat-2.5.0/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-hbase-compat-2.5.0</artifactId> diff --git a/phoenix-hbase-compat-2.5.4/pom.xml b/phoenix-hbase-compat-2.5.4/pom.xml index fdd476db4d..cc8078fbcc 100644 --- a/phoenix-hbase-compat-2.5.4/pom.xml +++ b/phoenix-hbase-compat-2.5.4/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-hbase-compat-2.5.4</artifactId> diff --git a/phoenix-hbase-compat-2.6.0/pom.xml b/phoenix-hbase-compat-2.6.0/pom.xml index f5fd33b9c4..6a6f3496a0 100644 --- a/phoenix-hbase-compat-2.6.0/pom.xml +++ b/phoenix-hbase-compat-2.6.0/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-hbase-compat-2.6.0</artifactId> diff --git a/phoenix-hbase-compat-2.6.4/pom.xml b/phoenix-hbase-compat-2.6.4/pom.xml index f33814239c..c2604a7d73 100644 --- a/phoenix-hbase-compat-2.6.4/pom.xml +++ b/phoenix-hbase-compat-2.6.4/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-hbase-compat-2.6.4</artifactId> diff --git a/phoenix-mapreduce-byo-shaded-hbase/pom.xml b/phoenix-mapreduce-byo-shaded-hbase/pom.xml index cf2ad0cb75..42226bef07 100644 --- a/phoenix-mapreduce-byo-shaded-hbase/pom.xml +++ b/phoenix-mapreduce-byo-shaded-hbase/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-mapreduce-byo-shaded-hbase-${hbase.suffix}</artifactId> <packaging>jar</packaging> diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml index 26fd27e1c2..74329280de 100644 --- a/phoenix-pherf/pom.xml +++ b/phoenix-pherf/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-pherf</artifactId> diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml index ad23d973ae..3446abc75a 100644 --- a/phoenix-server/pom.xml +++ b/phoenix-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-server-${hbase.suffix}</artifactId> <packaging>jar</packaging> diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml index 866ddba97b..2b20b4fc49 100755 --- a/phoenix-tracing-webapp/pom.xml +++ b/phoenix-tracing-webapp/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>phoenix-tracing-webapp</artifactId> diff --git a/pom.xml b/pom.xml index 957b373067..623129559d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> <packaging>pom</packaging> <name>Apache Phoenix</name> <description>A SQL layer over HBase</description>
