You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Pankaj Kumar (Jira)" <ji...@apache.org> on 2020/01/27 06:18:00 UTC

[jira] [Commented] (HBASE-23740) Invalid StoreFile WARN log message printed for recovered.hfiles directory

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

Pankaj Kumar commented on HBASE-23740:
--------------------------------------

IMO, recovered.hfiles directories should be created under the region directory same as recovered.edits.

> Invalid StoreFile WARN log message printed for recovered.hfiles directory
> -------------------------------------------------------------------------
>
>                 Key: HBASE-23740
>                 URL: https://issues.apache.org/jira/browse/HBASE-23740
>             Project: HBase
>          Issue Type: Sub-task
>          Components: MTTR
>    Affects Versions: 3.0.0, 2.3.0
>            Reporter: Pankaj Kumar
>            Priority: Minor
>
> After HBASE-23286, recovered.hfiles directories will be created under table CF dir. Region server validates the store file during store initializaiton. Currently it expect only store file inside the table CF directory, so for recovered.hfiles below WARN logs message will be printed.
> {code:java}
> 2020-01-27 11:13:09,823 WARN [StoreOpener-1588230740-1] regionserver.HRegionFileSystem: Invalid StoreFile: hdfs://127.0.0.1:8020/hbase/data/hbase/meta/1588230740/info/recovered.hfiles
> 2020-01-27 11:14:31,036 WARN [StoreOpener-1588230740-1] regionserver.HRegionFileSystem: Invalid StoreFile: hdfs://127.0.0.1:8020/hbase/data/hbase/meta/1588230740/info/recovered.hfiles
> 2020-01-27 11:14:31,110 WARN [StoreOpener-1588230740-1] regionserver.HRegionFileSystem: Invalid StoreFile: hdfs://127.0.0.1:8020/hbase/data/hbase/meta/1588230740/table/recovered.hfiles
> 2020-01-27 11:14:36,031 WARN [StoreOpener-16beeb2fd517283980b11b912490cbba-1] regionserver.HRegionFileSystem: Invalid StoreFile: hdfs://127.0.0.1:8020/hbase/data/default/t4/16beeb2fd517283980b11b912490cbba/cf1/recovered.hfiles
> 2020-01-27 11:14:36,057 WARN [StoreOpener-e430213f4660304a26b9b389f78b5681-1] regionserver.HRegionFileSystem: Invalid StoreFile: hdfs://127.0.0.1:8020/hbase/data/hbase/acl/e430213f4660304a26b9b389f78b5681/l/recovered.hfiles
> {code}
> No need to validate recovered.hfiles directory.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)