You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by tk...@apache.org on 2022/12/20 08:33:09 UTC

svn commit: r58817 [3/3] - /dev/phoenix/phoenix-5.1.3RC1/

Added: dev/phoenix/phoenix-5.1.3RC1/RELEASENOTES.md
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/RELEASENOTES.md (added)
+++ dev/phoenix/phoenix-5.1.3RC1/RELEASENOTES.md Tue Dec 20 08:33:09 2022
@@ -0,0 +1,313 @@
+
+<!---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+-->
+# PHOENIX  5.1.3 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6655](https://issues.apache.org/jira/browse/PHOENIX-6655) | *Major* | **SYSTEM.SEQUENCE should have CACHE\_DATA\_ON\_WRITE set to true**
+
+Phoenix now sets the CACHE\_DATA\_ON\_WRITE property on the SYSTEM.SEQUENCE table to improve performance.
+
+
+---
+
+* [PHOENIX-6837](https://issues.apache.org/jira/browse/PHOENIX-6837) | *Major* | **Switch to Using the -hadoop3 HBase Artifacts Where Available**
+
+Phoenix now uses the public Hadoop 3 compatible HBase artifacts where available.
+At the time of writing, public Hadoop 3 compatible artifacts are only available for HBase 2.5.2 and later.
+
+
+---
+
+* [PHOENIX-6823](https://issues.apache.org/jira/browse/PHOENIX-6823) | *Major* | **calling Joda-based round() function on temporal PK field causes division by zero error**
+
+Fixed division by zero errors, and incorrect results when using round(), ceiling(), floor() functions in the where clause on date/time fields that are part of the primary key.
+
+
+---
+
+* [PHOENIX-6834](https://issues.apache.org/jira/browse/PHOENIX-6834) | *Major* | **Use Pooled HConnection for Server Side Upsert Select**
+
+Server Side upsert selects now cache the HBase connection to the target table on the region server.
+
+
+---
+
+* [PHOENIX-6751](https://issues.apache.org/jira/browse/PHOENIX-6751) | *Critical* | **Force using range scan vs skip scan when using the IN operator and large number of RVC elements**
+
+Adds a new config parameter, phoenix.max.inList.skipScan.size, which controls the size of an IN clause before it will be automatically converted from a skip scan to a range scan.
+
+
+---
+
+* [PHOENIX-6692](https://issues.apache.org/jira/browse/PHOENIX-6692) | *Major* | **Add HBase 2.5 support**
+
+Phoenix now supports HBase 2.5.
+In Phoenix 5.1.x, Tephra support is not available with HBase 2.5.
+(In 5.2.x Tephra support is fully removed)
+
+
+---
+
+* [PHOENIX-6686](https://issues.apache.org/jira/browse/PHOENIX-6686) | *Major* | **Update Jackson to 2.12.6.1**
+
+The Jackson dependency in Phoenix has been updated to 2.12.6.1
+
+
+---
+
+* [PHOENIX-6665](https://issues.apache.org/jira/browse/PHOENIX-6665) | *Major* | **PreparedStatement#getMetaData() fails on parametrized "select next ? values for SEQ"**
+
+PreparedStatement#getMetaData() no longer fails on parametrized "select next ? values" sequence operations.
+This also fixes a problem where parametrized sequence operations didn't work via Phoenix Query Server.
+
+
+---
+
+* [PHOENIX-6645](https://issues.apache.org/jira/browse/PHOENIX-6645) | *Minor* | **Remove unneccessary SCN related properties from SYSTEM tables on upgrade**
+
+The KEEP\_DELETED\_CELLS property is removed, and the VERSIONS property is set to 1 for the SYSTEM.STATS and SYSTEM.LOG tables on upgrade now.
+
+
+---
+
+* [PHOENIX-6586](https://issues.apache.org/jira/browse/PHOENIX-6586) | *Critical* | **Set NORMALIZATION\_ENABLED to false on salted tables**
+
+Phoenix now automatically sets NORMALIZATION\_ENABLED=false when creating salted tables.
+
+
+---
+
+* [PHOENIX-6551](https://issues.apache.org/jira/browse/PHOENIX-6551) | *Major* | **Bump HBase version to 2.4.6 and 2.2.7**
+
+Phoenix now builds with HBase 2.4.6 and 2.2.7 for the respective hbase profiles.
+
+
+
+# PHOENIX  5.1.2 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6357](https://issues.apache.org/jira/browse/PHOENIX-6357) | *Major* | **Change all command line tools to use the fixed commons-cli constructor**
+
+Fixed command line parsing of double quoted identifiers.
+The previous workaround of using double doublequotes as a workaround is no longer supported.
+
+
+
+# PHOENIX  5.1.1 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6359](https://issues.apache.org/jira/browse/PHOENIX-6359) | *Major* | **New module to support HBase 2.4.1+ releases**
+
+Added phoenix-hbase-compat-2.4.1 to support latest patch versions of HBase 2.4 release line.
+
+
+---
+
+* [PHOENIX-6343](https://issues.apache.org/jira/browse/PHOENIX-6343) | *Major* | **Phoenix allows duplicate column names when one of them is a primary key**
+
+Although user provided CF can have same column name as one of primary keys, default CF is no longer supported to have same column name as primary key columns.
+
+
+---
+
+* [PHOENIX-5250](https://issues.apache.org/jira/browse/PHOENIX-5250) | *Blocker* | **The accumulated wal files can't be cleaned**
+
+When updating from  an earlier version, and using HBase 2.1.x, HBase 2.2.6 or earlier, HBase 2.3.3 or earlier, or HBase 2.4.0, HBase is unable to clean up WAL files that include data for global indexed tables with the old implementation.
+
+To avoid running out of disk space, use IndexUpgradeTool to upgrade all tables with global indexes, and then restart all region servers as soon as possible.
+
+
+
+# PHOENIX  5.1.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6349](https://issues.apache.org/jira/browse/PHOENIX-6349) | *Major* | **Add and use commons-cli to phoenix-thirdparty**
+
+Added phoenix-shaded-commons-cli to phoenix-thirdparty.
+This helps avoid classpath conflicts and includes a patch on top of commons-cli 1.4.0 that fixes CLI-254.
+
+
+---
+
+* [PHOENIX-6273](https://issues.apache.org/jira/browse/PHOENIX-6273) | *Major* | **Add support to handle MR Snapshot restore externally**
+
+Adds mapreduce configuration param "phoenix.mapreduce.external.snapshot.restore" which when set to true indicates that snapshot-based MapReduce jobs shouldn't try to restore the snapshot themselves, but assume an external application has already done so.
+
+
+---
+
+* [PHOENIX-6323](https://issues.apache.org/jira/browse/PHOENIX-6323) | *Blocker* | **isRawFilterSupported() returns true for HBase 2.2 compat module**
+
+When used with HBase 2.2, Phoenix now only support HBase 2.2.5 and later versions. (i.e HBase 2.2.0-2.2.4 are not supported)
+
+
+---
+
+* [PHOENIX-6326](https://issues.apache.org/jira/browse/PHOENIX-6326) | *Critical* | **Phoenix doesn't work with Java version 11.0.9.1 , due to Jetty problem**
+
+There is bug in the Jetty version used by HBase 2.3 and earlier, that causes incompatilbity with Java releases that have a four number version string like  "11.0.9.1"
+As Phoenix builds on top of HBase, Phoenix is also incompatible with these releases, when built with an hbase.profile older than 2.4.
+
+
+---
+
+* [PHOENIX-6307](https://issues.apache.org/jira/browse/PHOENIX-6307) | *Major* | **Build and release official binary distributions with each HBase profile**
+
+The phoenix-client and phoenix-server JARs have been renamed to include the supported HBase version.
+
+Instead of phoenix-client-\<phoenix.version\>.jar, the client is now phoenix-client-hbase-\<hbase-major.minor\>-\<phoenix.version\>.jar
+I.e. The Phoenix 4.16 client for Hbase 1.5 is now called phoenix-client-hbase-1.5-5.1.0.jar
+
+The maven coordinates also have also changed to "org.apache.phoenix:phoenix-client-hbase-\<hbase-major.minor\>:\<phoenix.version\>".
+I.e the Phoenix 4.15.0 client for Hbase 1.5 is  "org.apache.phoenix:phoenix-client:4.15.0-HBase-1.5", but the phoenix client for Phoenix 4.16 is "org.apache.phoenix:phoenix-client-hbase-1.5:4.16.0"
+
+
+---
+
+* [PHOENIX-5265](https://issues.apache.org/jira/browse/PHOENIX-5265) | *Major* | **[UMBRELLA] Phoenix Test should use object based Plan for result comparison instead of using hard-corded comparison**
+
+New API for Explain plan queries that can be used for comparison of individual plan attributes.
+
+
+---
+
+* [PHOENIX-6280](https://issues.apache.org/jira/browse/PHOENIX-6280) | *Major* | **Support HBase 2.4**
+
+HBase 2.4 is now supported. (Tested with HBase 2.4.0)
+
+
+---
+
+* [PHOENIX-6282](https://issues.apache.org/jira/browse/PHOENIX-6282) | *Major* | **Generate PB files inline with build and remove checked in files**
+
+We no longer have generated protobuf Java files available in source code. These files are expected to be generated inline with mvn build. We have also used an optimization with the plugin to ensure protoc is not invoked with mvn build if no .proto file is updated between two consecutive builds.
+
+
+---
+
+* [PHOENIX-6086](https://issues.apache.org/jira/browse/PHOENIX-6086) | *Critical* | **Take a snapshot of all SYSTEM tables before attempting to upgrade them**
+
+While upgrading System tables, all system tables where we perform some significant DDL operations, we start taking snapshots of them:
+ 
+1. SYSTEM.CATALOG (was already covered before this Jira)
+2. SYSTEM.CHILD\_LINK
+3. SYSTEM.SEQUENCE
+4. SYSTEM.STATS
+5. SYSTEM.TASK
+
+If the upgrade doesn't complete successfully, we should get warning log providing all snapshots taken so far, which can be used to restore some snapshots if required.
+
+
+A sample Warning log:
+
+Failed upgrading System tables. Snapshots for system tables created so far: {SYSTEM:STATS=SNAPSHOT\_SYSTEM.STATS\_4.15.x\_TO\_4.16.0\_20201202114411, SYSTEM:CATALOG=SNAPSHOT\_SYSTEM.CATALOG\_4.15.x\_TO\_4.16.0\_20201202114258, SYSTEM:CHILD\_LINK=SNAPSHOT\_SYSTEM.CHILD\_LINK\_4.15.x\_TO\_4.16.0\_20201202114405, SYSTEM:SEQUENCE=SNAPSHOT\_SYSTEM.SEQUENCE\_4.15.x\_TO\_4.16.0\_20201202114407, SYSTEM:TASK=SNAPSHOT\_SYSTEM.TASK\_4.15.x\_TO\_4.16.0\_20201202114413}
+
+
+---
+
+* [PHOENIX-4412](https://issues.apache.org/jira/browse/PHOENIX-4412) | *Critical* | **Tephra transaction context visibility level returns null instead of SNAPSHOT\_ALL**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-6155](https://issues.apache.org/jira/browse/PHOENIX-6155) | *Major* | **Prevent doing direct upserts into SYSTEM.TASK from the client**
+
+A new coprocessor endpoint to avoid direct upserts into SYSTEM.TASK from the client.
+
+
+---
+
+* [PHOENIX-6186](https://issues.apache.org/jira/browse/PHOENIX-6186) | *Major* | **Store table metadata last modified timestamp in PTable / System.Catalog**
+
+Introduces a new field in System.Catalog, LAST\_DDL\_TIMESTAMP, which is the epoch timestamp at which a table or view is created, or last had a column added or dropped. Child views inherit the max ddl timestamp of their ancestors.
+
+
+---
+
+* [PHOENIX-6125](https://issues.apache.org/jira/browse/PHOENIX-6125) | *Major* | **Make sure SYSTEM.TASK does not split**
+
+We have new split policy introduced for SYSTEM.TASK which for now is just extending DisabledRegionSplitPolicy. As part of an upgrade to 4.16/5.1, updating split policy will be taken care of unless it was already updated manually.
+
+Hence, before 4.16/5.1 upgrade, if operator has already manually updated split policy of SYSTEM.TASK, an exception will be thrown during upgrade to 4.16/5.1 which would mandate an operator intervention to perform:
+
+1. Merging SYSTEM.TASK regions into one single region (if multiple regions were already available before 4.16/5.1 upgrade)
+2. Remove split policy of the table manually.
+
+
+---
+
+* [PHOENIX-5446](https://issues.apache.org/jira/browse/PHOENIX-5446) | *Major* | **Support Protobuf shaded clients (thin + thick)**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-6016](https://issues.apache.org/jira/browse/PHOENIX-6016) | *Major* | **Support HBase 2.3.0**
+
+Phoenix now supports HBase 2.3
+
+
+---
+
+* [PHOENIX-5716](https://issues.apache.org/jira/browse/PHOENIX-5716) | *Major* | **Remove or update HBase 2.0 support**
+
+Support for HBase 2.0 has been dropped from Phoenix.
+
+
+---
+
+* [PHOENIX-4866](https://issues.apache.org/jira/browse/PHOENIX-4866) | *Blocker* | **UDFs get error: org.apache.phoenix.schema.FunctionNotFoundException: ERROR 6001 (42F01): Function undefined**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-5268](https://issues.apache.org/jira/browse/PHOENIX-5268) | *Blocker* | **HBase 2.1/2.2 compatibility**
+
+Phoenix now supports HBase 2.1  (HBase 2.1.6 and later) and HBase 2.2 (HBase 2.2.1 and later)
+
+
+---
+
+* [PHOENIX-3655](https://issues.apache.org/jira/browse/PHOENIX-3655) | *Major* | **Global Phoenix Client Metrics for PQS**
+
+**WARNING: No release note provided for this change.**
+
+
+

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-5.1.3-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.3RC1/phoenix-5.1.3-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-5.1.3-src.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-5.1.3-src.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-5.1.3-src.tar.gz.asc Tue Dec 20 08:33:09 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE+/9B2+uM4ft3ZrbTPvVNpke7pTcFAmOhLf8ACgkQPvVNpke7
+pTcqag//VZv7wInalA64Ana9ho+RFqSOrE3sZykecyuNOPrO91+/m9ffliVjXi1N
++yo+Rq2xqanhuzaOx8K9ez0thQVyOigsJPfxW6OZJJJZgLZIhwG1T44FeVPjAheE
+PQ9tJ81imiLvggg5Nw7X7Y768O4AjXpqpDTyczn4YRvwuJ+Q/cirx1oG+6g4Paig
+psyi5Q0CNmijYj7Yv2S+amxjWuz6stAYPtA2JW2DjENZpYVtVdE7u/3wGt7BvCWC
+aotTCl/m7MQ+ScAlcq2zvNfcFb5Ft10btsnDakOf4z5WaQoaXAwD7Vprw+MwBzbW
+zUxoFEZhgCbTmtHyKEW8CcLcpN6UjPnp6UZxe4VANVLAjj45g/X+T4ffEc5Bh69T
+I8FoYi2+DQ6w32LRjSzUGuuT2mu1Jo5LoHb1Q3zW1fExpkvtKeVKsyZhz9NPqyM1
+gOSF9XiS+0KA1YD0cP55ZSsME7/C8YZxxSBaArRpWI58Euf5Aqz2vqQGLIEbyiCv
+qZfh/0IFtiwFGCZ0wl1NfIwNssei8giFXi/5jpQCkqyIwZKFUl55P8xxLYuMXFd0
+nc7XWmwHcPEhg77W3ts5riT6srOY8+ZLMr0HMpOrR35TZGE+Ctot7l22jzpK8ghx
+sRb2IBJaO6tntSNssNjLl9e2IuiBSJGai4YukmOmBeD8HTj8Dgk=
+=dHwG
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-5.1.3-src.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-5.1.3-src.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-5.1.3-src.tar.gz.sha512 Tue Dec 20 08:33:09 2022
@@ -0,0 +1,3 @@
+phoenix-5.1.3-src.tar.gz: C4F0EBA0 C0F5B50F 851F0D1F EBE87986 1115B489 935297C6
+                          D585E85B DB85D8DC 21019B55 56A5FF94 3564E955 3F13038E
+                          F71870E1 20A5938C EB04BF36 A9631463

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.1-5.1.3-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.1-5.1.3-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.1-5.1.3-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.1-5.1.3-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.1-5.1.3-bin.tar.gz.asc Tue Dec 20 08:33:09 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE+/9B2+uM4ft3ZrbTPvVNpke7pTcFAmOhUTMACgkQPvVNpke7
+pTfgUg/8C3c2UwiG82Blgj39cVbKg3Zm6Y6aMf3Ifmc3OFFNbmE3qyHXoFHlZX9Z
+FzqnBzvVmixSK/63Qn4h3cH+79pwJcY2vPJs2qimZuRVFjO4Oq1p2clsfEXCfUh/
+rGMnseNAGaEDcP4TGV5wRt9L1vSXx/bNuTSspAmK1E+8nhXnEnkkVnIdNn6Vup6c
+1ooDEYLFwT9Ql9UWTt6XJrYfI+i2pbPJ185XYV9NAQwDEz/pMOGCheHLpSf6JauA
+MtQ1z4KUwy3N08wzSdBpl26LwYStZ+pTsvLWd5Bg/fRcYXc4PYOZ9/xCwhqNtyDf
+SqgA11DjyyAhdWWm4csYkK1iePGVyu6NomXyzgL/9t4mfrs7Tbfg0huwU5NKgkCQ
+cM6s4xNmfvpzmCo2sgsOOCaUkNT4MYgPibdGR/3iogr97rdfPDpV/U42C2ePVQqs
+4qAu353QWNWNUrxZGVIHagDibk5xlCGdUk/KDOXcxWBG68HzWW0uluTvR/AZO0eb
+ru/zSqxiV+Ht7rH2kJZf4tF2T81lly0BcQ2fipMxGG3CYBIun8stkYHKXGw+Ysif
+VhY7ivb+N+iw8BNnj+v36V23DrqdnslmaxLZQDorv8Ph1G06aou138T78eKsdHB9
+edUPRMc0dho36pW3w+WGD8lrDCGEAM5/vcl/3Exb7MoaU74W9Fo=
+=A4W+
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.1-5.1.3-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.1-5.1.3-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.1-5.1.3-bin.tar.gz.sha512 Tue Dec 20 08:33:09 2022
@@ -0,0 +1,4 @@
+phoenix-hbase-2.1-5.1.3-bin.tar.gz: 7E5D97BE DD9DA4BD 2E77491C 8839B8F9 DB5636FB
+                                    B79CD6CA 42EDAEB4 AB8A9F12 557E6A0B A07D4B30
+                                    6D2F4711 91C54512 76DAD20F 7027A2E5 AD79D21F
+                                    FDF05B49

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.2-5.1.3-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.2-5.1.3-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.2-5.1.3-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.2-5.1.3-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.2-5.1.3-bin.tar.gz.asc Tue Dec 20 08:33:09 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE+/9B2+uM4ft3ZrbTPvVNpke7pTcFAmOhVkYACgkQPvVNpke7
+pTf8Ew//Q+jI9jcboh4k4KlIV0Z7dkEe0Jr080jGqtaCBQfqsq5CGOWtYn13T/qH
+R0j5GNTs/sOidrkBVhUbg9H1xuzPgocconp1L/mT4O96VsGCR+f9MRK4JCg3dPvT
+XZx5WYQJAVvDQr5dAe6bO7VcW+5nAfRfVpFIHyJj3i0VgBPzj0Jrz6w0rm4cebcR
+Jc2oOH9MlZ+dOGnyqGzTIZTelWlVpZcw/DmbFnl4G2vwxmheOQncLXEHsWEky3QU
+o9zOqtVNa7nf/ZZCFXjC/SukTmeEyE+11gWkx9XeX/JQCY+QLcPJxePh/0L1/3F9
+DPV4WMx0XB1LIWVnDeij5rLK9OJRauWC4OA+ZIJohY7NQZkQhtiTFqbhbSsekqaz
+MyLZwBC+0UF2+rWDEyGxWjG7Pom9rXZaQ/8Pli0n736zjJUxVUr2t0kgZOifes+U
+7qjpfFjcEotOGOarjk2MQNwZujIvObtkgj9+NE52kktb6B3LdM/3tLLyzgGr0oV3
+jPmtnemNk9KhKdCmLonr5HFBz46J6lVJXw0bdw04r2AN0Up+clkkvjhDAWn1D1V3
+xnNvbPokM6w1rFiEJkaEg55PCrVbO5k8mlwcEE4tZvV+6M1+I/ZH/mrEfKiFQhCO
+781F8QXH7/mg0qBg1Dq2c57aunGxwLdPprqCZetF+LZwdqAi+iw=
+=MpkF
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.2-5.1.3-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.2-5.1.3-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.2-5.1.3-bin.tar.gz.sha512 Tue Dec 20 08:33:09 2022
@@ -0,0 +1,4 @@
+phoenix-hbase-2.2-5.1.3-bin.tar.gz: 13735126 3D969140 B893C269 19604C47 C72678A4
+                                    CFB05758 F33B3E2A E727EE58 725EA95C 9AA64F4A
+                                    8D956E6C D885195E 6B848019 9101B049 3A6E847D
+                                    767E4BC5

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.3-5.1.3-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.3-5.1.3-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.3-5.1.3-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.3-5.1.3-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.3-5.1.3-bin.tar.gz.asc Tue Dec 20 08:33:09 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE+/9B2+uM4ft3ZrbTPvVNpke7pTcFAmOhWuAACgkQPvVNpke7
+pTfF1g//Y8pAIF8DIwtEI9OFWz/R50GfUvw1S8ZxhiOmj8o53vnubWWypyWL9kc5
+xFSglfLIoxBZ8omFQl05847sMTAGy044RlGapUR8vWh8hI580TzyfsgriuXORN88
+brn5OKR5DVJaRMRAiY9xRFWN74sbDwcaUcr9Dmcnzxvpc7KKcoitNJp8cTSXl0q0
+NMUfjV+S/H1a9ScqYM5GAavH/PilbpXuwJlejFDlumeXhvTDPqEUYnjElig0mcQn
+4/r8L4nTWvnSAmmJ6pmKQ+tTGuy/vYrD3jSmAg4dqBh1081KIxnSz9utrVEHArPl
+nZo+x1aPya3vQxVzA6VcTFxlKDkw9cbzLxbEDKpyc0ubYpvOaP9KLpctcTbH+6TA
+wQ1Us55YFTy7JryxxDqZLmMMSg/xZE9XaClMiHhtcRVC+TafZcTahgI4SWoOKlby
+Yyb2JHoMpQU1rUOoyOsV3DWBJtzBL83y8g5RUQQXsAkZhmMrqEygHiNPThOl8LIK
+VWKzfcPajhA0anE1Xn+pOsFqmIXX9VpYG+PpLgpLe+lwKR0EugEk+oEmHorCNFTU
+UX/rG4J85kV7d9AM4VfThdJO/Y9KJIEgNkjAjWZgFWebAME6m87TRxsoJRlxff4f
+V8xWm8uMhxUt5d5aGuNBxRMxLaxfBMnhq7JJ9Eb1ZXbRO+WcXKs=
+=eWhE
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.3-5.1.3-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.3-5.1.3-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.3-5.1.3-bin.tar.gz.sha512 Tue Dec 20 08:33:09 2022
@@ -0,0 +1,4 @@
+phoenix-hbase-2.3-5.1.3-bin.tar.gz: 77C54153 B70FC2BA 9F3E3005 08EB295E E757AF72
+                                    7B5F459D E7D71D0C 345969DC A146736A 89A22E2A
+                                    58355EA0 A8473BB7 3B62ED57 2D5A3749 5BB9A9A2
+                                    BA731CA6

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4-5.1.3-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4-5.1.3-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4-5.1.3-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4-5.1.3-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4-5.1.3-bin.tar.gz.asc Tue Dec 20 08:33:09 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE+/9B2+uM4ft3ZrbTPvVNpke7pTcFAmOhZF4ACgkQPvVNpke7
+pTe7Jw//RWH0WER9UVGKDHulUem1OKliKuMqZ0VSKxOD6Lap+5nD/GeMTfwyKq7F
+Hvz6cByyi5muKoX5maH3mmUn1VF5vRMc+G1n00tAAT1LkLeO07NsNA8UJHu9WFdl
+of5rvip9Cwj3dzHPVk9arAEucxZrCnw2cfiQATcYdDsOr4yItj4+ffoM/JEU/wgG
+vp2Bwgfl8+nRmoMcKD2s6ki9vySMlNKG1nkQ/gzDjgEKrWaAJLWr/NxTnfjer8MJ
+4+tb0QPynvn53svhbcwtYjV532NoPQNzVQCM1pKcTCrQCNp+lj/LR2shaZbXqcq7
+4LuE/enIKiyNB1EBbTzvcEiQ2nvZ1WdI+mTWxx/y30ZP/pXOGzdTQuqrZlfjIFmn
+2/ttCthHY0Wec+M62x5/G8rCkcwQxE9m9EUkeFdeFvgezOQjMV2X5i+14P1Fl4XG
+hgM5CUswk6EiLUsaMrefiUDvFbmV2eTtRQT8AtxOMs1yKTinC/ADtYyX/+XVNi+2
+n/Poqokb2XzUyhZc4vVZhX0wurO5YGzIJECxUCtkE3kQa3gmd1GtN45mdeZuQMk3
+pKQICAWCFm2mAuh3K2flRIf85mseKGxAzk5MaCTl05Q1yhtrAONSsc64MFyxxW5t
+0FuMRFXsLCJdJVwr7uPVeSaBMhrNKR1m5Vc0cqdeSr5KtDR+sxk=
+=Zm/d
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4-5.1.3-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4-5.1.3-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4-5.1.3-bin.tar.gz.sha512 Tue Dec 20 08:33:09 2022
@@ -0,0 +1,4 @@
+phoenix-hbase-2.4-5.1.3-bin.tar.gz: D51E2EAC 1ADC95EF 987A3ACA BDA78986 6C491973
+                                    FA9780B8 9086C77E E2FD9320 0152B5D6 9018ADE2
+                                    A68281B0 819E0600 3298FE6F C628770C FB938080
+                                    01CD8138

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4.0-5.1.3-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4.0-5.1.3-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4.0-5.1.3-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4.0-5.1.3-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4.0-5.1.3-bin.tar.gz.asc Tue Dec 20 08:33:09 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE+/9B2+uM4ft3ZrbTPvVNpke7pTcFAmOhX94ACgkQPvVNpke7
+pTcWUg/6A/+AAyDJp1Ul9HwEO/t0N/cBosCKavE1e9dpjjVRtKfhxr/csZmI8P3A
+R6YhrRlai1QMDetFIt1tU8mYupz2lWf4/nOFBh2DWEomGSMxii0QWp1OSS8/LvMj
+UTsvB6WDjnAerUSIr4e0qEFWXeRcc9/yEnAxVI/rqA5ABBVDWfTcJYdmvv8M01Pv
+DOSASUAEucuuGZlI9x7XDdY57vcDtUaVLfTftbUr4G/OjU1yXgvsx6NG6glccsHw
+3cDPuUCaZx0mSzLvB9GHryTW4XfckPYlZxM0QUmINWlz5sAaGEcnpBGpru2lMJW8
+ptvLFMWjh00Hacqg7yQOPnjay87917APq/31xACQiTwGMRr088a3Ou2cZZ4yXX0S
+J6lUGGCf9kY9eZTQxd/MsJ0mcRr0lynz+l5FiEG+9ogZFApHgjO4sxAbctUHmvuK
+YLISwieLOASJCl+xDa1HP2SCN0sNQTJJcxHtLcefy8OLVV7zZ5d9LOlxhUtTITri
+H7lLFr/3uclYBlS0bnxiU0pkuf85rhqAOVug8th1z5bOBA40LQz5dWLB0VWiD7qv
+osdnFNm5FczOjY/l8w/WM0Z8nfU974mrq1qN/i6YjM+QRfooT6KVwffoHmD9qmks
+qRMYpppR8ns5aZm8gQITNEzInmpNGIm98Tl1L6NiB5nI/chwOBM=
+=jFSj
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4.0-5.1.3-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4.0-5.1.3-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.4.0-5.1.3-bin.tar.gz.sha512 Tue Dec 20 08:33:09 2022
@@ -0,0 +1,4 @@
+phoenix-hbase-2.4.0-5.1.3-bin.tar.gz: 0C3E2E9E DC97F910 DD6DAC55 74A41472
+                                      AF55BEED 68092C91 9B6CD2BA 2446B249
+                                      0364BD8E EA13D0C3 B3B0F27A 99DF39A7
+                                      64B28874 EFBE1F76 71328E71 2C4C0148

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.5-5.1.3-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.5-5.1.3-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.5-5.1.3-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.5-5.1.3-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.5-5.1.3-bin.tar.gz.asc Tue Dec 20 08:33:09 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE+/9B2+uM4ft3ZrbTPvVNpke7pTcFAmOhaZkACgkQPvVNpke7
+pTekBg/9ElexNo1WeTb2At4azTnnZo/ZsirKfVMqVum4cw5M3DrurbBY1+q9Kxym
+ySqHJYqqM5b29eq8/C3XJGpMQC3+9dMTiaht5v50BHOxywH54XTeWPWqBOxqm33n
+KlKcLBLzAc/avniCO2Tdao+NFVVP8fGdX39qPploX/Acs4VLdxAdqMBZ5fqbRZyl
+mUUJtGRom6QGGAzZD8bCDhfHrNBnRdmdGZCQCo1sqprG1PxCbMZuQt1eBkiRWKgJ
+rJXwNf7G3kaRt9+QqDCP9+fC470BVTz1PTnUqcY5aIEx1B6gXEYBN8MZedzccrr6
+ZUc0G982UUrgZiRTfc9M5HMfooNtkxXFnBaX9DOE6f9F3fTBdvZPIX7Fs1FEc8/g
+lMEJcT+4gKNc+PZpzXgI2nS+v6/mWcAeG//kFpWMmYkcQhKPxuG8OYuurKQAGr4c
+nnSuvapcZt1niHORqxbAawakoOWbK9/gMHVuq/FpUwewc155f+madFFbdE9uoimD
+HIj35P8DkecYtgzIST7DwqhXH7qmaeQSUjLWCXMKoM51BBj9RwSicYYTGq7eoCKN
+G+3wgNPnk27kjBOWD7kvRZ2fyuLVjB4eeyn1NCF396dh3cBx/8ySfMBy62NFkw7r
+Orkib2i1mzFUebY7c3eC9OrpVfmqgkRBhnvK5B/kgNRYU3bedv0=
+=NNP/
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.5-5.1.3-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.5-5.1.3-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.3RC1/phoenix-hbase-2.5-5.1.3-bin.tar.gz.sha512 Tue Dec 20 08:33:09 2022
@@ -0,0 +1,4 @@
+phoenix-hbase-2.5-5.1.3-bin.tar.gz: 0D0DFCD0 BF44BC1B A0C0B713 8A595DD0 15E68344
+                                    3B4DAA11 6F00A2EC 2ECA12C7 4D5CDA88 D48B4F95
+                                    55ADE817 AC5A7D63 6D4F463C 1EFFC05A BD9321C4
+                                    94EA7ACE