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

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

gokceni commented on a change in pull request #1391:
URL: https://github.com/apache/phoenix/pull/1391#discussion_r799030243



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/iterate/TableResultIterator.java
##########
@@ -140,6 +141,23 @@ public TableResultIterator(MutationState mutationState, 
Scan scan, ScanMetricsHo
         
this.retry=plan.getContext().getConnection().getQueryServices().getProps()
                 .getInt(QueryConstants.HASH_JOIN_CACHE_RETRIES, 
QueryConstants.DEFAULT_HASH_JOIN_CACHE_RETRIES);
         ScanUtil.setScanAttributesForClient(scan, table, 
plan.getContext().getConnection());
+
+        ScanUtil.setScanAttributesForIndexReadRepair(scan, table, 
plan.getContext().getConnection());

Review comment:
       Good catch! They are the same.




-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Read repair of a table after cutover (transform is complete and table is 
> switched)
> ----------------------------------------------------------------------------------
>
>                 Key: PHOENIX-6639
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6639
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Gokcen Iskender
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to