You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2014/09/16 05:19:33 UTC

[jira] [Created] (HBASE-11982) Bootstraping hbase:meta table creates a WAL file in region dir

Enis Soztutar created HBASE-11982:
-------------------------------------

             Summary: Bootstraping hbase:meta table creates a WAL file in region dir
                 Key: HBASE-11982
                 URL: https://issues.apache.org/jira/browse/HBASE-11982
             Project: HBase
          Issue Type: Bug
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar
             Fix For: 2.0.0, 0.98.7, 0.99.1


We are using an HRegion.createRegion() method in MFS.bootstrap() which is for unit tests: 

{code}
2014-09-15 18:20:47,755 INFO  [M:0;localhost:53201] wal.FSHLog: New WAL /var/folders/h5/bbxg50c12r5bhsd9hf1n9hlr0000gp/T/hbase-enis/hbase/data/hbase/meta/1588230740/WALs/hlog.1410830447741
..
2014-09-15 18:20:47,825 DEBUG [M:0;localhost:53201] wal.FSHLog: Closing WAL writer in file:/var/folders/h5/bbxg50c12r5bhsd9hf1n9hlr0000gp/T/hbase-enis/hbase/data/hbase/meta/1588230740/WALs
..
2014-09-15 18:20:47,826 DEBUG [M:0;localhost:53201] wal.FSHLog: Moved 1 WAL file(s) to /var/folders/h5/bbxg50c12r5bhsd9hf1n9hlr0000gp/T/hbase-enis/hbase/data/hbase/meta/1588230740/oldWALs

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)