This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a change to branch PHOENIX-6883-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git
from 52c2ded3ea Merge branch 'master' into PHOENIX-6883-feature
add 222dd70ab5 PHOENIX-6995 HA client connections ignore additional jdbc
params in t… (#1643)
new 120e5619ea Merge branch 'master' into PHOENIX-6883-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(-)