You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ka...@apache.org on 2020/03/24 20:02:28 UTC

[phoenix] branch PHOENIX-5748-4.x-HBase-1.5 updated (d5a1d42 -> 49917a6)

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

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


    from d5a1d42  PHOENIX-5765 Add unit test for PrepareIndexMutationsForRebuild (#728)
     add 40fd290  PHOENIX-5773 Index tool output tables should support multiple simultaneous rebuilds
     add e2494c2  PHOENIX-5773 Extract out the code generating row key
     add 64e8645  PHOENIX-5773 Added testing for index tool table row keys
     new 49917a6  PHOENIX-5773 Index tool output tables should support multiple simultaneous rebuilds

The 1 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    | 24 ++++++
 .../coprocessor/IndexRebuildRegionScanner.java     | 90 ++++++++++++++--------
 2 files changed, 82 insertions(+), 32 deletions(-)


[phoenix] 01/01: PHOENIX-5773 Index tool output tables should support multiple simultaneous rebuilds

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 49917a65c0af49822f5286da0ebbc5c3965307c0
Merge: d5a1d42 64e8645
Author: kadirozde <37...@users.noreply.github.com>
AuthorDate: Tue Mar 24 13:02:18 2020 -0700

    PHOENIX-5773 Index tool output tables should support multiple simultaneous rebuilds

 .../org/apache/phoenix/end2end/IndexToolIT.java    | 24 ++++++
 .../coprocessor/IndexRebuildRegionScanner.java     | 90 ++++++++++++++--------
 2 files changed, 82 insertions(+), 32 deletions(-)