[ 
https://issues.apache.org/jira/browse/PHOENIX-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276855#comment-17276855
 ] 

ASF GitHub Bot commented on PHOENIX-6182:
-----------------------------------------

stoty commented on pull request #1124:
URL: https://github.com/apache/phoenix/pull/1124#issuecomment-771362343


   @tkhurana 
   Local branch test failure:
   
   I haven't encountered that one locally.
   If you are running the full suite, and have less than 16GB RAM, you coul try 
halving numForkedIT.
   
   My problem with 
org.apache.phoenix.end2end.IndexRepairRegionScannerIT.testFromIndexToolForIncrementalVerify():
   (this is after fixing the EnvireonmentEdgeManager not to be used while 
creating the table and index)
   
   In the second set of asserts 
               assertEquals(NROWS,
                   
mrJobCounters.findCounter(BEFORE_REPAIR_EXTRA_VERIFIED_INDEX_ROW_COUNT.name()).getValue());
   returns 3 instead of 4.
   
   Which is very scary.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> IndexTool to verify and repair every index row
> ----------------------------------------------
>
>                 Key: PHOENIX-6182
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6182
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 5.0.0, 4.15.0
>            Reporter: Kadir OZDEMIR
>            Assignee: Istvan Toth
>            Priority: Major
>             Fix For: 4.16.0, 4.16.1
>
>
> IndexTool rebuilds and verifies every index row pointed by the data table.  
> However, IndexTool cannot clean up the index rows that are not referenced by 
> the data table if there are such index rows. In order to do that it needs to 
> scan index table regions and make sure that every index row is valid. For 
> example we can add an option called source table (as in IndexScrutinyTool) to 
> do repair and verify index rows.    



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to