This is an automated email from the ASF dual-hosted git repository.
virajjasani pushed a change to branch 5.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git
from 77213611b4 Preparing phoenix release 5.3.2RC3; tagging and updates to
CHANGES.md and RELEASENOTES.md
new 266aa5348f PHOENIX-7827 TableSnapshotReadsMapReduceIT per-test unique
snapshot name (#2444)
new 7b4d9bab25 PHOENIX-7947 GlobalConnectionTenantTableIT NPE when
auto-unboxing (#2558)
new b5b0b2a360 PHOENIX-7822 MaxConcurrentConnectionsIT poll for async
connection counts (#2439)
new 13e988bbf5 PHOENIX-7825 ConcurrentMutationsIT make
MyClock.shouldAdvance volatile (#2442)
new 09484b3b2e PHOENIX-7826 MetadataGetTableReadLockIT wait for
coprocessor swap to land (#2443)
new d160cc0d15 PHOENIX-7830 De-flake MutableIndexFailureIT (#2447)
new 1ce910896d PHOENIX-7831 PhoenixQueryTimeoutIT wait for
DelayedRegionObserver to load (#2448)
new 29b823a2c5 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(-)