[ https://issues.apache.org/jira/browse/PHOENIX-6951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721618#comment-17721618 ]
Viraj Jasani commented on PHOENIX-6951: --------------------------------------- This is likely because PHOENIX-6388 introduced sampled logging. Could you once try setting "phoenix.index.repair.logging.percent" with value 100? In that case, the logs will appear 100% of the time. > Missing information on Index Repair Region and Time Taken to Repair > ------------------------------------------------------------------- > > Key: PHOENIX-6951 > URL: https://issues.apache.org/jira/browse/PHOENIX-6951 > Project: Phoenix > Issue Type: Bug > Affects Versions: 5.2.0, 5.1.3 > Reporter: Karthik Palanisamy > Priority: Major > > There is no information available regarding the region(s) where the index was > repaired, nor is there any data indicating the amount of time it took to > complete the repair process, shown as empty. > Example: > {code:java} > .. > 2023-04-28 10:38:34,478 INFO org.apache.phoenix.index.GlobalIndexChecker: > Index row repair on region {} took {} ms. > 2023-04-28 10:38:34,619 INFO org.apache.phoenix.index.GlobalIndexChecker: > Index row repair on region {} took {} ms. > ..{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)