Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge PHOENIX-6182: IndexTool to verify and repair every index row (#… #1124

Closed
wants to merge 1 commit into from

Commits on Jan 29, 2021

  1. Merge PHOENIX-6182: IndexTool to verify and repair every index row (a…

    …pache#1022)
    
    * PHOENIX-6198 Add option to IndexTool to specify the source table for scan (apache#937)
    
    * PHOENIX-6198 Add option to IndexTool to specify the source table for scan
    
    * Addressed feedback for PHOENIX-6198
    
    Extended the `-from-index` option to support -vBOTH, -vAFTER and -vNONE.
    Added the disclaimer for -vAFTER. Also, using the source table enum from
    IndexScrutinyTool.
    
    * PHOENIX-6199 Generate different query plan depending upon if the source (apache#958)
    
    is index table or data table
    
    * PHOENIX-6200 Add counters for extra index rows, log results to PIT and PIT_RESULT table (apache#995)
    
    * PHOENIX-6200 Add counters for extra index rows, log results to PIT and PIT_RESULT table
    
    * Address feedback
    
    * PHOENIX-6200 (addendum) Fix test case because invalid rows now are
    reported as beyond max lookback when max lookback is set to 0
    Also add ASF license to one file
    tkhurana committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    8bd8da5 View commit details
    Browse the repository at this point in the history