gokceni commented on a change in pull request #1228:
URL: https://github.com/apache/phoenix/pull/1228#discussion_r631299501
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GlobalIndexRegionScanner.java
##########
@@ -408,7 +413,7 @@ public void close() throws IOException {
try {
if (verificationResultRepository != null) {
verificationResultRepository.logToIndexToolResultTable(verificationResult,
- verifyType,
region.getRegionInfo().getRegionName(), skipped);
+ verifyType,
region.getRegionInfo().getRegionName(), skipped, shouldRetry);
Review comment:
Wouln't it be too chatty? I added logging for the true case already. I
think it should be enough
--
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]