[ https://issues.apache.org/jira/browse/HBASE-11982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14141667#comment-14141667 ]
Hudson commented on HBASE-11982: -------------------------------- FAILURE: Integrated in HBase-1.0 #209 (See [https://builds.apache.org/job/HBase-1.0/209/]) HBASE-11982 Bootstraping hbase:meta table creates a WAL file in region dir (Enis) (stack: rev 9c77c55c47fd06c38f153d28a32fe2429c642d39) * hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java > 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 > > Attachments: hbase-11982_v1.patch > > > 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)