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:12 UTC

[phoenix] branch PHOENIX-6883-feature updated (52c2ded3ea -> 120e5619ea)

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


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

Posted by vj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 120e5619eac8f38a3995ee8fc05974d4ae6585b6
Merge: 52c2ded3ea 222dd70ab5
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Mon Jul 24 20:55:00 2023 -0700

    Merge branch 'master' into PHOENIX-6883-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(-)