Uh oh!
There was an error while loading. Please reload this page.
Merge PHOENIX-6182: IndexTool to verify and repair every index row (#… - #1126
Closed
stoty wants to merge 6 commits into
Closed
Merge PHOENIX-6182: IndexTool to verify and repair every index row (#…#1126stoty wants to merge 6 commits into
stoty wants to merge 6 commits into
Conversation
stoty
commented
Feb 1, 2021
ContributorAuthor
💔 -1 overall
This message was automatically generated. |
stotyforce-pushed
the
PHOENIX-6182-master
branch
from
February 1, 2021 10:29
9cb5c33 to
b1d6d86Comparestoty
commented
Feb 2, 2021
ContributorAuthor
💔 -1 overall
This message was automatically generated. |
stoty
commented
Feb 2, 2021
ContributorAuthor
💔 -1 overall
This message was automatically generated. |
stoty
commented
Feb 2, 2021
ContributorAuthor
💔 -1 overall
This message was automatically generated. |
…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
stotyforce-pushed
the
PHOENIX-6182-master
branch
from
February 2, 2021 10:14
f0758f7 to
1ec94e6Comparestoty
commented
Feb 2, 2021
ContributorAuthor
💔 -1 overall
This message was automatically generated. |
stoty
commented
Feb 2, 2021
ContributorAuthor
Got a clear test run for hbase.profile=2.1 and hbase.profile=2.4 offline. |
stoty
commented
Feb 2, 2021
ContributorAuthor
💔 -1 overall
This message was automatically generated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…1022)
PHOENIX-6198 Add option to IndexTool to specify the source table for scan (PHOENIX-6198 Add option to IndexTool to specify the source table for scan #937)
PHOENIX-6198 Add option to IndexTool to specify the source table for scan
Addressed feedback for PHOENIX-6198
Extended the
-from-indexoption to support -vBOTH, -vAFTER and -vNONE.Added the disclaimer for -vAFTER. Also, using the source table enum from
IndexScrutinyTool.
is index table or data table
PHOENIX-6200 Add counters for extra index rows, log results to PIT and PIT_RESULT table (PHOENIX-6200 Add counters for extra index rows, log results to PIT and PIT_RESULT table #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