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

stack commented on HBASE-8913:
------------------------------

Do we make that directory anywhere in code base [~qwertymaniac]?

{code}
durruti:hbase stack$ grep -r replogs hbase-*/src
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSink.java:
  public static final String REPLICATION_LOG_DIR = ".replogs";
durruti:hbase stack$
durruti:hbase stack$ grep -r REPLICATION_LOG_DIR hbase-*/src
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSink.java:
  public static final String REPLICATION_LOG_DIR = ".replogs";
{code}
                
> Add ".replogs" to HBASE_NON_TABLE_DIRS constant
> -----------------------------------------------
>
>                 Key: HBASE-8913
>                 URL: https://issues.apache.org/jira/browse/HBASE-8913
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.1
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: HBASE-8913.patch
>
>
> The /hbase/ dir can also have .replogs under it, which isn't accounted for 
> during Master's check for user-table dirs, and we end up receiving warnings 
> for missing .tableinfo files under it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to