[jira] [Commented] (HBASE-27147) extraRegionsInMeta does not work If RegionInfo is null

2022-06-23 Thread Wellington Chevreuil (Jira)


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

Wellington Chevreuil commented on HBASE-27147:
--

Thanks for the clarification [~kpalanisamy] ! Yeah, the problem here is that 
HBCK2MetaTableAccessor scanner currently requires regioninfo qualifier to 
produce results. I'll work on a fix for this.

> extraRegionsInMeta does not work If RegionInfo is null
> --
>
> Key: HBASE-27147
> URL: https://issues.apache.org/jira/browse/HBASE-27147
> Project: HBase
>  Issue Type: Bug
>  Components: hbck2
>Reporter: Karthik Palanisamy
>Assignee: Wellington Chevreuil
>Priority: Major
>
> extraRegionsInMeta will not clean/fix meta if info:regioninfo columns is 
> missing.
>  
> Somehow, the customer has the following empty row in meta as a stale. 
> 'I1xx,16332508x.f53609cc1ae366b43205dxxx', 'info:state', 
> 16223
>  
> And no corresponding table "I1xx" exist. 
>  
> We use extraRegionsInMeta but it didn't clean. Also, we created same table 
> again and used extraRegionsInMeta after removing HDFS data but the stale row 
> never cleaned. It looks extraRegionsInMeta works only when "info:regioninfo" 
> is present. 
>  
> We need to handle the scenario for other columns I.e info:state, info:server, 
> etc



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (HBASE-27147) extraRegionsInMeta does not work If RegionInfo is null

2022-06-22 Thread Karthik Palanisamy (Jira)


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

Karthik Palanisamy commented on HBASE-27147:


Thank you [~wchevreuil] for review. I just renamed Jira title. Pls review this 
scenario.

> extraRegionsInMeta does not work If RegionInfo is null
> --
>
> Key: HBASE-27147
> URL: https://issues.apache.org/jira/browse/HBASE-27147
> Project: HBase
>  Issue Type: Bug
>  Components: hbck2
>Reporter: Karthik Palanisamy
>Priority: Major
>
> extraRegionsInMeta will not clean/fix meta if info:regioninfo columns is 
> missing.
>  
> Somehow, the customer has the following empty row in meta as a stale. 
> 'I1xx,16332508x.f53609cc1ae366b43205dxxx', 'info:state', 
> 16223
>  
> And no corresponding table "I1xx" exist. 
>  
> We use extraRegionsInMeta but it didn't clean. Also, we created same table 
> again and used extraRegionsInMeta after removing HDFS data but the stale row 
> never cleaned. It looks extraRegionsInMeta works only when "info:regioninfo" 
> is present. 
>  
> We need to handle the scenario for other columns I.e info:state, info:server, 
> etc



--
This message was sent by Atlassian Jira
(v8.20.7#820007)