Uh oh!
There was an error while loading. Please reload this page.
Merge PHOENIX-6182: IndexTool to verify and repair every index row (#… - #1124
Merge PHOENIX-6182: IndexTool to verify and repair every index row (#…#1124tkhurana wants to merge 1 commit into
Conversation
…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
stoty
commented
Feb 1, 2021
I see you have started working on it. It looks like your test had hung. However, I have a test failure in org.apache.phoenix.end2end.IndexRepairRegionScannerIT.testFromIndexToolForIncrementalVerify() that I'm note really making progress on. |
tkhurana
commented
Feb 1, 2021
@stoty what failure are you seeing ? I have not been able to run tests locally on master branch. My test setup fails everytime |
stoty
commented
Feb 2, 2021
@tkhurana I haven't encountered that one locally. My problem with org.apache.phoenix.end2end.IndexRepairRegionScannerIT.testFromIndexToolForIncrementalVerify(): In the second set of asserts Which is very scary. |
stoty
commented
Feb 2, 2021
@tkhurana |
stoty
commented
Feb 2, 2021
#1126 now seems to be working. |
…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