This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a change to branch PHOENIX-6978-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git
from b16f5320d2 PHOENIX-6979 Use HBase TTL as TTL for Tables only at
Phoenix Level when phoenix.table.ttl.enabled is true (#1622)
add 222dd70ab5 PHOENIX-6995 HA client connections ignore additional jdbc
params in t… (#1643)
new 3860d531fc Merge branch 'master' into PHOENIX-6978-feature
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../jdbc/ClusterRoleRecordGeneratorToolIT.java | 3 ++
.../phoenix/jdbc/FailoverPhoenixConnectionIT.java | 26 ++++++++-----
.../phoenix/jdbc/HighAvailabilityGroupIT.java | 10 ++---
.../jdbc/HighAvailabilityTestingUtility.java | 24 +++++++++---
.../jdbc/HighAvailabilityTestingUtilityIT.java | 2 +-
.../jdbc/ParallelPhoenixConnectionFallbackIT.java | 2 +-
.../phoenix/jdbc/ParallelPhoenixConnectionIT.java | 37 ++++++++++++++++--
.../jdbc/ParallelPhoenixConnectionWorkflowIT.java | 3 +-
.../ParallelPhoenixNullComparingResultSetIT.java | 4 +-
.../apache/phoenix/jdbc/HighAvailabilityGroup.java | 44 ++++++++++++++++++++--
.../phoenix/jdbc/HighAvailabilityPolicy.java | 7 ++--
.../java/org/apache/phoenix/util/JDBCUtil.java | 9 ++++-
12 files changed, 135 insertions(+), 36 deletions(-)