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

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


    from e157d04  PHOENIX-6078 Remove Internal Phoenix Connections from parent 
LinkedQueue when closed
     new f87a2bb  PHOENIX-6307 Build and release official binary distributions 
with each HBase profile (addendum: fix changelog merging, improve mvn deploy 
dry run)
     new 67f54e9  PHOENIX-6349 Add and use commons-cli to phoenix-thirdparty
     new 7db43ea  Merge PHOENIX-6182: IndexTool to verify and repair every 
index row (#1022)

The 3 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:
 dev/create-release/release-build.sh                |   4 +-
 dev/create-release/release-util.sh                 |  29 +-
 phoenix-core/pom.xml                               |   4 +-
 .../end2end/IndexRepairRegionScannerIT.java        | 694 +++++++++++++++++++--
 .../org/apache/phoenix/end2end/IndexToolIT.java    |  48 +-
 .../index/IndexVerificationResultRepositoryIT.java |  93 ++-
 .../PhoenixServerBuildIndexInputFormatIT.java      | 105 ++++
 .../coprocessor/GlobalIndexRegionScanner.java      |  62 +-
 .../coprocessor/IndexRepairRegionScanner.java      |  40 +-
 .../coprocessor/IndexToolVerificationResult.java   |  89 ++-
 .../phoenix/mapreduce/AbstractBulkLoadTool.java    |  14 +-
 .../apache/phoenix/mapreduce/CsvBulkLoadTool.java  |   6 +-
 .../apache/phoenix/mapreduce/JsonBulkLoadTool.java |   2 +-
 .../apache/phoenix/mapreduce/OrphanViewTool.java   |  14 +-
 .../PhoenixServerBuildIndexInputFormat.java        |  73 ++-
 .../apache/phoenix/mapreduce/PhoenixTTLTool.java   |  14 +-
 .../phoenix/mapreduce/RegexBulkLoadTool.java       |   6 +-
 .../phoenix/mapreduce/index/IndexScrutinyTool.java |  14 +-
 .../apache/phoenix/mapreduce/index/IndexTool.java  |  47 +-
 .../phoenix/mapreduce/index/IndexUpgradeTool.java  |  16 +-
 .../index/IndexVerificationOutputRepository.java   |   1 +
 .../index/IndexVerificationResultRepository.java   |  22 +
 .../index/PhoenixIndexImportDirectReducer.java     |  24 +-
 .../index/PhoenixIndexToolJobCounters.java         |   6 +-
 .../mapreduce/util/PhoenixConfigurationUtil.java   |  16 +
 .../phoenix/schema/stats/UpdateStatisticsTool.java |  14 +-
 .../util/MergeViewIndexIdSequencesTool.java        |  14 +-
 .../org/apache/phoenix/util/PhoenixRuntime.java    |  14 +-
 .../org/apache/phoenix/index/IndexToolTest.java    |  41 +-
 .../apache/phoenix/index/IndexUpgradeToolTest.java |   2 +-
 .../phoenix/index/VerifySingleIndexRowTest.java    |  14 +-
 .../apache/phoenix/mapreduce/BulkLoadToolTest.java |   2 +-
 .../util/PhoenixConfigurationUtilTest.java         |  18 +
 phoenix-pherf/pom.xml                              |   6 +-
 .../main/java/org/apache/phoenix/pherf/Pherf.java  |  12 +-
 phoenix-tools/pom.xml                              |   4 +-
 .../phoenix/schema/SchemaExtractionTool.java       |  14 +-
 pom.xml                                            |  16 +-
 38 files changed, 1386 insertions(+), 228 deletions(-)
 create mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/mapreduce/PhoenixServerBuildIndexInputFormatIT.java

Reply via email to