This is an automated email from the ASF dual-hosted git repository.
virajjasani pushed a change to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git
from 2a86ecae1e Preparing phoenix release 5.2.2RC4; tagging and updates to
CHANGES.md and RELEASENOTES.md
new 6b17164778 PHOENIX-7827 TableSnapshotReadsMapReduceIT per-test unique
snapshot name (#2444)
new f0c6449ab9 PHOENIX-7947 GlobalConnectionTenantTableIT NPE when
auto-unboxing (#2558)
new 3355260ef0 PHOENIX-7822 MaxConcurrentConnectionsIT poll for async
connection counts (#2439)
new 038ae08dc5 PHOENIX-7825 ConcurrentMutationsIT make
MyClock.shouldAdvance volatile (#2442)
new 8480406e30 PHOENIX-7826 MetadataGetTableReadLockIT wait for
coprocessor swap to land (#2443)
new cc7e2a4a32 PHOENIX-7830 De-flake MutableIndexFailureIT (#2447)
new b5132815eb PHOENIX-7831 PhoenixQueryTimeoutIT wait for
DelayedRegionObserver to load (#2448)
new 88498b1e24 PHOENIX-7952 UpsertSelectIT is flaky due to a connection
leak check using a global counter (#2561)
The 8 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:
.../org/apache/phoenix/jdbc/PhoenixConnection.java | 8 +++++++-
.../phoenix/end2end/ConcurrentMutationsIT.java | 2 +-
.../end2end/MetadataGetTableReadLockIT.java | 20 ++++++++++++++++++++
.../end2end/TableSnapshotReadsMapReduceIT.java | 22 ++++++++++++----------
.../org/apache/phoenix/end2end/UpsertSelectIT.java | 19 +++++++++++++++++--
.../end2end/index/MutableIndexFailureIT.java | 5 ++---
.../phoenix/iterate/PhoenixQueryTimeoutIT.java | 17 +++++++++++++++++
.../phoenix/query/MaxConcurrentConnectionsIT.java | 10 +++++++++-
8 files changed, 85 insertions(+), 18 deletions(-)