gjacoby126 edited a comment on pull request #801:
URL: https://github.com/apache/phoenix/pull/801#issuecomment-649997131


   I see that verifyType is set in the superclass constructor, if the Scan has 
the right attribute, as you say. But without manually setting it in the 
IndexRebuildRegionScanner, I was getting job counters with scan=2, rebuilt=2, 
and all other counters 0, even though it was an ONLY rebuild of an never-built 
index of a data table with 2 rows. The debugger showed that verifyType was NONE 
when it got to working the rebuild sub-tasks. 
   
   Setting verifyType let the MISSING or BEYOND_MAX_LOOKBACK_AGE_MISSING 
counter be 2 as they should, depending on the age of the rows. 
   
   Could be a test bug on my part, or could be there's some code path where the 
Scan attribute isn't being set properly. I'll look further in the morning. 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to