You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2023/07/25 03:55:41 UTC

[phoenix] 01/01: Merge branch 'master' into PHOENIX-6978-feature

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

vjasani pushed a commit to branch PHOENIX-6978-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 3860d531fcf7ccec7f682e052fac02f400541369
Merge: b16f5320d2 222dd70ab5
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Mon Jul 24 20:55:29 2023 -0700

    Merge branch 'master' into PHOENIX-6978-feature

 .../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(-)