You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2020/11/18 18:41:08 UTC

[phoenix] branch master updated (d0c3caf -> a2618f1)

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

chinmayskulkarni pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from d0c3caf  PHOENIX-5601 Add a new coprocessor for PHOENIX_TTL - PhoenixTTLRegionObserver
     add a2618f1  PHOENIX-6191: Creating a view which has its own new columns should also do checkAndPut checks on SYSTEM.MUTEX

No new revisions were added by this update.

Summary of changes:
 .../end2end/ViewConcurrencyAndFailureIT.java       |  793 +++++++++++++++
 .../it/java/org/apache/phoenix/end2end/ViewIT.java | 1046 +++++++-------------
 .../org/apache/phoenix/end2end/ViewMetadataIT.java |  889 +++++++++++------
 .../org/apache/phoenix/schema/MetaDataClient.java  |   26 +-
 4 files changed, 1759 insertions(+), 995 deletions(-)
 create mode 100644 phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewConcurrencyAndFailureIT.java