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

[phoenix] branch PHOENIX-6978-feature updated (b16f5320d2 -> 3860d531fc)

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


[phoenix] 01/01: Merge branch 'master' into PHOENIX-6978-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-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(-)