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

kadir pushed a change to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 3ba5464  PHOENIX-5535 Index rebuilds via 
UngroupedAggregateRegionObserver should replay delete markers
     new 883e3bd  Revert "PHOENIX-5535 Index rebuilds via 
UngroupedAggregateRegionObserver should replay delete markers"
     new cee2c7a  PHOENIX-5478 IndexTool mapper task should not timeout

The 2 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/end2end/IndexToolIT.java    |  72 +-----
 .../apache/phoenix/compile/PostDDLCompiler.java    | 253 +++++++++------------
 .../phoenix/compile/ServerBuildIndexCompiler.java  | 109 ++++-----
 .../coprocessor/BaseScannerRegionObserver.java     |   2 +
 .../UngroupedAggregateRegionObserver.java          | 220 ++++++++++--------
 .../apache/phoenix/index/GlobalIndexChecker.java   |  12 +-
 .../PhoenixServerBuildIndexInputFormat.java        |  12 +-
 .../apache/phoenix/mapreduce/index/IndexTool.java  |  12 -
 .../org/apache/phoenix/query/QueryServices.java    |   2 +
 .../apache/phoenix/query/QueryServicesOptions.java |   3 +-
 .../org/apache/phoenix/schema/MetaDataClient.java  |   9 +-
 11 files changed, 312 insertions(+), 394 deletions(-)

Reply via email to