See <http://hudson.zones.apache.org/hudson/job/HBase-Patch/962/changes>

Changes:

[stack] HBASE-1816 Master Rewrite; redo how we check rootdir in HMaster 
constructor -- was broke when deploying on cluster

------------------------------------------
[...truncated 33319 lines...]
    [junit] 2009-10-28 22:47:55,851 DEBUG [main.logSyncer] 
wal.HLog$LogSyncer(762): main.logSyncerinterrupted while waiting for sync 
requests
    [junit] java.lang.InterruptedException
    [junit]     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
    [junit]     at 
org.apache.hadoop.hbase.regionserver.wal.HLog$LogSyncer.run(HLog.java:746)
    [junit] 2009-10-28 22:47:55,853 INFO  [main.logSyncer] 
wal.HLog$LogSyncer(765): main.logSyncer exiting
    [junit] 2009-10-28 22:47:55,853 DEBUG [main] wal.HLog(596): closing hlog 
writer in hdfs://localhost:33865/user/hudson/.logs_1256770072621
    [junit] 2009-10-28 22:47:55,883 DEBUG [main] regionserver.HRegion(1887): 
Opening region: REGION => {NAME => 'TestMergeTool,row_0100,1256770075323', 
STARTKEY => 'row_0100', ENDKEY => 'row_0600', ENCODED => 1356203464, TABLE => 
{{NAME => 'TestMergeTool', FAMILIES => [{NAME => 'contents', VERSIONS => '3', 
COMPRESSION => 'NONE', TTL => '2147483647', BLOCKSIZE => '65536', IN_MEMORY => 
'false', BLOCKCACHE => 'true'}]}}
    [junit] 2009-10-28 22:47:55,883 DEBUG [main] regionserver.HRegion(265): 
Opening region TestMergeTool,row_0100,1256770075323, encoded=1356203464
    [junit] 2009-10-28 22:47:55,891 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/TestMergeTool/1356203464/contents/4746087257496864940, 
isReference=false, sequence id=6, length=791, majorCompaction=false
    [junit] 2009-10-28 22:47:55,893 INFO  [main] regionserver.HRegion(343): 
region TestMergeTool,row_0100,1256770075323/1356203464 available; sequence id 
is 7
    [junit] 2009-10-28 22:47:55,897 DEBUG [main] regionserver.HRegion(454): 
Closing TestMergeTool,row_0100,1256770075323: compactions & flushes disabled 
    [junit] 2009-10-28 22:47:55,897 DEBUG [main] regionserver.HRegion(471): 
Updates disabled for region, no outstanding scanners on 
TestMergeTool,row_0100,1256770075323
    [junit] 2009-10-28 22:47:55,897 DEBUG [main] regionserver.HRegion(478): No 
more row locks outstanding on region TestMergeTool,row_0100,1256770075323
    [junit] 2009-10-28 22:47:55,898 DEBUG [main] regionserver.Store(483): 
closed contents
    [junit] 2009-10-28 22:47:55,898 INFO  [main] regionserver.HRegion(490): 
Closed TestMergeTool,row_0100,1256770075323
    [junit] 2009-10-28 22:47:55,898 INFO  [main] util.TestMergeTool(186): 
Verified merging regions 0+1+2 and 3
    [junit] 2009-10-28 22:47:55,898 INFO  [main] util.TestMergeTool(173): 
merging regions 0+1+2+3 and 4
    [junit] 2009-10-28 22:47:55,898 WARN  [main] conf.Configuration(616): 
mapred.used.genericoptionsparser is deprecated. Instead, use 
mapreduce.client.genericoptionsparser.used
    [junit] 2009-10-28 22:47:55,899 WARN  [main] conf.Configuration(616): 
mapred.used.genericoptionsparser is deprecated. Instead, use 
mapreduce.client.genericoptionsparser.used
    [junit] 2009-10-28 22:47:55,899 INFO  [main] util.Merge(82): Verifying that 
file system is available...
    [junit] 2009-10-28 22:47:55,900 INFO  [main] util.Merge(91): Verifying that 
HBase is not running...
    [junit] 2009-10-28 22:47:55,921 WARN  [main] conf.Configuration(616): 
fs.checkpoint.size is deprecated. Instead, use dfs.namenode.checkpoint.size
    [junit] 2009-10-28 22:47:55,921 WARN  [main] conf.Configuration(616): 
fs.checkpoint.dir is deprecated. Instead, use dfs.namenode.checkpoint.dir
    [junit] 2009-10-28 22:47:55,922 WARN  [main] conf.Configuration(616): 
fs.checkpoint.edits.dir is deprecated. Instead, use 
dfs.namenode.checkpoint.edits.dir
    [junit] 2009-10-28 22:47:55,922 WARN  [main] conf.Configuration(616): 
fs.checkpoint.period is deprecated. Instead, use dfs.namenode.checkpoint.period
    [junit] 2009-10-28 22:47:56,558 INFO  [main] 
client.HConnectionManager$TableServers(333): getMaster attempt 0 of 1 failed; 
no more retrying.
    [junit] java.io.IOException: 
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /hbase/master
    [junit]     at 
org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper.readAddressOrThrow(ZooKeeperWrapper.java:326)
    [junit]     at 
org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper.readMasterAddressOrThrow(ZooKeeperWrapper.java:235)
    [junit]     at 
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getMaster(HConnectionManager.java:318)
    [junit]     at 
org.apache.hadoop.hbase.client.HBaseAdmin.<init>(HBaseAdmin.java:72)
    [junit]     at 
org.apache.hadoop.hbase.client.HBaseAdmin.checkHBaseAvailable(HBaseAdmin.java:840)
    [junit]     at org.apache.hadoop.hbase.util.Merge.run(Merge.java:93)
    [junit]     at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
    [junit]     at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
    [junit]     at 
org.apache.hadoop.hbase.util.TestMergeTool.mergeAndVerify(TestMergeTool.java:174)
    [junit]     at 
org.apache.hadoop.hbase.util.TestMergeTool.testMergeTool(TestMergeTool.java:267)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:597)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit]     at junit.framework.TestResult.run(TestResult.java:113)
    [junit]     at junit.framework.TestCase.run(TestCase.java:124)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit]     at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
    [junit]     at 
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
    [junit] Caused by: 
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /hbase/master
    [junit]     at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:90)
    [junit]     at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
    [junit]     at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:892)
    [junit]     at 
org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper.readAddressOrThrow(ZooKeeperWrapper.java:322)
    [junit]     ... 26 more
    [junit] 2009-10-28 22:47:56,560 INFO  [main] util.Merge(197): Merging 
regions TestMergeTool,row_0100,1256770075323 and TestMergeTool,,1256770064221 
in table TestMergeTool
    [junit] 2009-10-28 22:47:56,571 INFO  [main] wal.HLog(235): HLog 
configuration: blocksize=67108864, rollsize=63753420, enabled=true, 
flushlogentries=100, optionallogflushinternal=10000ms
    [junit] 2009-10-28 22:47:56,585 INFO  [main] wal.HLog(323): New hlog 
/user/hudson/.logs_1256770076560/hlog.dat.1256770076571
    [junit] 2009-10-28 22:47:56,585 DEBUG [main] regionserver.HRegion(1887): 
Opening region: REGION => {NAME => '-ROOT-,,0', STARTKEY => '', ENDKEY => '', 
ENCODED => 70236052, TABLE => {{NAME => '-ROOT-', IS_ROOT => 'true', IS_META => 
'true', MEMSTORE_FLUSHSIZE => '16384', FAMILIES => [{NAME => 'info', 
COMPRESSION => 'NONE', VERSIONS => '10', TTL => '2147483647', BLOCKSIZE => 
'8192', IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}}
    [junit] 2009-10-28 22:47:56,586 DEBUG [main] regionserver.HRegion(265): 
Opening region -ROOT-,,0, encoded=70236052
    [junit] 2009-10-28 22:47:56,598 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/-ROOT-/70236052/info/797610959750269927, isReference=false, 
sequence id=2, length=840, majorCompaction=false
    [junit] 2009-10-28 22:47:56,600 INFO  [main] regionserver.HRegion(343): 
region -ROOT-,,0/70236052 available; sequence id is 3
    [junit] 2009-10-28 22:47:56,600 INFO  [main] regionserver.HRegion(771): 
Starting compaction on region -ROOT-,,0
    [junit] 2009-10-28 22:47:56,602 INFO  [main] regionserver.HRegion(786): 
compaction completed on region -ROOT-,,0 in 0sec
    [junit] 2009-10-28 22:47:56,603 INFO  [main] util.Merge(211): Found meta 
for region1 .META.,,1, meta for region2 .META.,,1
    [junit] 2009-10-28 22:47:56,603 DEBUG [main] regionserver.HRegion(1887): 
Opening region: REGION => {NAME => '.META.,,1', STARTKEY => '', ENDKEY => '', 
ENCODED => 1028785192, TABLE => {{NAME => '.META.', IS_META => 'true', 
MEMSTORE_FLUSHSIZE => '16384', FAMILIES => [{NAME => 'historian', VERSIONS => 
'2147483647', COMPRESSION => 'NONE', TTL => '604800', BLOCKSIZE => '8192', 
IN_MEMORY => 'false', BLOCKCACHE => 'false'}, {NAME => 'info', VERSIONS => 
'10', COMPRESSION => 'NONE', TTL => '2147483647', BLOCKSIZE => '8192', 
IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}}
    [junit] 2009-10-28 22:47:56,604 DEBUG [main] regionserver.HRegion(265): 
Opening region .META.,,1, encoded=1028785192
    [junit] 2009-10-28 22:47:56,611 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/.META./1028785192/historian/4294626201682602495, 
isReference=false, sequence id=27, length=521, majorCompaction=false
    [junit] 2009-10-28 22:47:56,615 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/.META./1028785192/historian/7524173620727858633, 
isReference=false, sequence id=20, length=651, majorCompaction=false
    [junit] 2009-10-28 22:47:56,621 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/.META./1028785192/info/326577659688571873, 
isReference=false, sequence id=20, length=994, majorCompaction=false
    [junit] 2009-10-28 22:47:56,625 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/.META./1028785192/info/3761496086800121079, 
isReference=false, sequence id=27, length=874, majorCompaction=false
    [junit] 2009-10-28 22:47:56,629 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/.META./1028785192/info/6738665618943801019, 
isReference=false, sequence id=6, length=2226, majorCompaction=false
    [junit] 2009-10-28 22:47:56,632 INFO  [main] regionserver.HRegion(343): 
region .META.,,1/1028785192 available; sequence id is 28
    [junit] 2009-10-28 22:47:56,632 INFO  [main] regionserver.HRegion(771): 
Starting compaction on region .META.,,1
    [junit] 2009-10-28 22:47:56,643 DEBUG [main] regionserver.Store(751): 
Compaction size of historian: 1.1k; Skipped 0 file(s), size: 0
    [junit] 2009-10-28 22:47:56,643 DEBUG [main] regionserver.Store(758): 
Started compaction of 2 file(s)  into 
/user/hudson/.META./compaction.dir/1028785192, seqid=27
    [junit] 2009-10-28 22:47:56,732 DEBUG [main] regionserver.Store(765): 
Completed compaction of historian; new storefile is 
hdfs://localhost:33865/user/hudson/.META./1028785192/historian/5943856261917604633;
 store size is 781
    [junit] 2009-10-28 22:47:56,743 DEBUG [main] regionserver.Store(751): 
Compaction size of info: 4.0k; Skipped 1 file(s), size: 2226
    [junit] 2009-10-28 22:47:56,743 DEBUG [main] regionserver.Store(758): 
Started compaction of 2 file(s)  into 
/user/hudson/.META./compaction.dir/1028785192, seqid=27
    [junit] 2009-10-28 22:47:56,828 DEBUG [main] regionserver.Store(765): 
Completed compaction of info; new storefile is 
hdfs://localhost:33865/user/hudson/.META./1028785192/info/8350272351645077969; 
store size is 3.3k
    [junit] 2009-10-28 22:47:56,844 INFO  [main] regionserver.HRegion(786): 
compaction completed on region .META.,,1 in 0sec
    [junit] 2009-10-28 22:47:56,844 INFO  [main] util.MetaUtils(125): OPENING 
META .META.,,1
    [junit] 2009-10-28 22:47:56,846 DEBUG [main] regionserver.HRegion(1887): 
Opening region: REGION => {NAME => 'TestMergeTool,row_0100,1256770075323', 
STARTKEY => 'row_0100', ENDKEY => 'row_0600', ENCODED => 1356203464, TABLE => 
{{NAME => 'TestMergeTool', FAMILIES => [{NAME => 'contents', COMPRESSION => 
'NONE', VERSIONS => '3', TTL => '2147483647', BLOCKSIZE => '65536', IN_MEMORY 
=> 'false', BLOCKCACHE => 'true'}]}}
    [junit] 2009-10-28 22:47:56,846 DEBUG [main] regionserver.HRegion(265): 
Opening region TestMergeTool,row_0100,1256770075323, encoded=1356203464
    [junit] 2009-10-28 22:47:56,853 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/TestMergeTool/1356203464/contents/4746087257496864940, 
isReference=false, sequence id=6, length=791, majorCompaction=false
    [junit] 2009-10-28 22:47:56,855 INFO  [main] regionserver.HRegion(343): 
region TestMergeTool,row_0100,1256770075323/1356203464 available; sequence id 
is 7
    [junit] 2009-10-28 22:47:56,856 DEBUG [main] regionserver.HRegion(1887): 
Opening region: REGION => {NAME => 'TestMergeTool,,1256770064221', STARTKEY => 
'', ENDKEY => '', ENCODED => 263929055, TABLE => {{NAME => 'TestMergeTool', 
FAMILIES => [{NAME => 'contents', VERSIONS => '3', COMPRESSION => 'NONE', TTL 
=> '2147483647', BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 
'true'}]}}
    [junit] 2009-10-28 22:47:56,856 DEBUG [main] regionserver.HRegion(265): 
Opening region TestMergeTool,,1256770064221, encoded=263929055
    [junit] 2009-10-28 22:47:56,874 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/TestMergeTool/263929055/contents/697115103962734582, 
isReference=false, sequence id=7, length=471, majorCompaction=false
    [junit] 2009-10-28 22:47:56,876 INFO  [main] regionserver.HRegion(343): 
region TestMergeTool,,1256770064221/263929055 available; sequence id is 8
    [junit] 2009-10-28 22:47:56,876 INFO  [main] regionserver.HRegion(771): 
Starting major compaction on region TestMergeTool,row_0100,1256770075323
    [junit] 2009-10-28 22:47:56,885 DEBUG [main] regionserver.Store(758): 
Started compaction of 1 file(s)  into 
/user/hudson/TestMergeTool/compaction.dir/1356203464, seqid=6
    [junit] 2009-10-28 22:47:57,087 DEBUG [main] regionserver.Store(765): 
Completed major compaction of contents; new storefile is 
hdfs://localhost:33865/user/hudson/TestMergeTool/1356203464/contents/8989699404057974468;
 store size is 791
    [junit] 2009-10-28 22:47:57,100 INFO  [main] regionserver.HRegion(786): 
compaction completed on region TestMergeTool,row_0100,1256770075323 in 0sec
    [junit] 2009-10-28 22:47:57,101 DEBUG [main] regionserver.HRegion(2126): 
Files for region: TestMergeTool,row_0100,1256770075323
    [junit] 2009-10-28 22:47:57,101 DEBUG [main] regionserver.HRegion(2273): f 
hdfs://localhost:33865/user/hudson/TestMergeTool/1356203464/.regioninfo size=632
    [junit] 2009-10-28 22:47:57,102 DEBUG [main] regionserver.HRegion(2270): d 
hdfs://localhost:33865/user/hudson/TestMergeTool/1356203464/contents
    [junit] 2009-10-28 22:47:57,102 DEBUG [main] regionserver.HRegion(2273): f 
hdfs://localhost:33865/user/hudson/TestMergeTool/1356203464/contents/8989699404057974468
 size=791
    [junit] 2009-10-28 22:47:57,103 INFO  [main] regionserver.HRegion(771): 
Starting major compaction on region TestMergeTool,,1256770064221
    [junit] 2009-10-28 22:47:57,112 DEBUG [main] regionserver.Store(758): 
Started compaction of 1 file(s)  into 
/user/hudson/TestMergeTool/compaction.dir/263929055, seqid=7
    [junit] 2009-10-28 22:47:57,164 DEBUG [main] regionserver.Store(765): 
Completed major compaction of contents; new storefile is 
hdfs://localhost:33865/user/hudson/TestMergeTool/263929055/contents/2730846613054085242;
 store size is 471
    [junit] 2009-10-28 22:47:57,172 INFO  [main] regionserver.HRegion(786): 
compaction completed on region TestMergeTool,,1256770064221 in 0sec
    [junit] 2009-10-28 22:47:57,172 DEBUG [main] regionserver.HRegion(2131): 
Files for region: TestMergeTool,,1256770064221
    [junit] 2009-10-28 22:47:57,173 DEBUG [main] regionserver.HRegion(2273): f 
hdfs://localhost:33865/user/hudson/TestMergeTool/263929055/.regioninfo size=583
    [junit] 2009-10-28 22:47:57,173 DEBUG [main] regionserver.HRegion(2270): d 
hdfs://localhost:33865/user/hudson/TestMergeTool/263929055/contents
    [junit] 2009-10-28 22:47:57,174 DEBUG [main] regionserver.HRegion(2273): f 
hdfs://localhost:33865/user/hudson/TestMergeTool/263929055/contents/2730846613054085242
 size=471
    [junit] 2009-10-28 22:47:57,175 INFO  [main] regionserver.HRegion(2160): 
Creating new region REGION => {NAME => 'TestMergeTool,,1256770077174', STARTKEY 
=> '', ENDKEY => '', ENCODED => 1200326754, TABLE => {{NAME => 'TestMergeTool', 
FAMILIES => [{NAME => 'contents', COMPRESSION => 'NONE', VERSIONS => '3', TTL 
=> '2147483647', BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 
'true'}]}}
    [junit] 2009-10-28 22:47:57,184 INFO  [main] regionserver.HRegion(2169): 
starting merge of regions: TestMergeTool,row_0100,1256770075323 and 
TestMergeTool,,1256770064221 into new region REGION => {NAME => 
'TestMergeTool,,1256770077174', STARTKEY => '', ENDKEY => '', ENCODED => 
1200326754, TABLE => {{NAME => 'TestMergeTool', FAMILIES => [{NAME => 
'contents', COMPRESSION => 'NONE', VERSIONS => '3', TTL => '2147483647', 
BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}} with start 
key <> and end key <>
    [junit] 2009-10-28 22:47:57,184 DEBUG [main] regionserver.HRegion(454): 
Closing TestMergeTool,row_0100,1256770075323: compactions & flushes disabled 
    [junit] 2009-10-28 22:47:57,184 DEBUG [main] regionserver.HRegion(471): 
Updates disabled for region, no outstanding scanners on 
TestMergeTool,row_0100,1256770075323
    [junit] 2009-10-28 22:47:57,185 DEBUG [main] regionserver.HRegion(478): No 
more row locks outstanding on region TestMergeTool,row_0100,1256770075323
    [junit] 2009-10-28 22:47:57,185 DEBUG [main] regionserver.Store(483): 
closed contents
    [junit] 2009-10-28 22:47:57,185 INFO  [main] regionserver.HRegion(490): 
Closed TestMergeTool,row_0100,1256770075323
    [junit] 2009-10-28 22:47:57,185 DEBUG [main] regionserver.HRegion(454): 
Closing TestMergeTool,,1256770064221: compactions & flushes disabled 
    [junit] 2009-10-28 22:47:57,185 DEBUG [main] regionserver.HRegion(471): 
Updates disabled for region, no outstanding scanners on 
TestMergeTool,,1256770064221
    [junit] 2009-10-28 22:47:57,186 DEBUG [main] regionserver.HRegion(478): No 
more row locks outstanding on region TestMergeTool,,1256770064221
    [junit] 2009-10-28 22:47:57,186 DEBUG [main] regionserver.Store(483): 
closed contents
    [junit] 2009-10-28 22:47:57,186 INFO  [main] regionserver.HRegion(490): 
Closed TestMergeTool,,1256770064221
    [junit] 2009-10-28 22:47:57,220 DEBUG [main] regionserver.HRegion(2202): 
Files for new region
    [junit] 2009-10-28 22:47:57,221 DEBUG [main] regionserver.HRegion(2270): d 
hdfs://localhost:33865/user/hudson/TestMergeTool/1200326754/contents
    [junit] 2009-10-28 22:47:57,221 DEBUG [main] regionserver.HRegion(2273): f 
hdfs://localhost:33865/user/hudson/TestMergeTool/1200326754/contents/3047056014543338100
 size=471
    [junit] 2009-10-28 22:47:57,222 DEBUG [main] regionserver.HRegion(2273): f 
hdfs://localhost:33865/user/hudson/TestMergeTool/1200326754/contents/3870428014635546122
 size=791
    [junit] 2009-10-28 22:47:57,222 DEBUG [main] regionserver.HRegion(265): 
Opening region TestMergeTool,,1256770077174, encoded=1200326754
    [junit] 2009-10-28 22:47:58,268 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/TestMergeTool/1200326754/contents/3047056014543338100, 
isReference=false, sequence id=7, length=471, majorCompaction=true
    [junit] 2009-10-28 22:47:58,272 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/TestMergeTool/1200326754/contents/3870428014635546122, 
isReference=false, sequence id=6, length=791, majorCompaction=true
    [junit] 2009-10-28 22:47:58,274 INFO  [main] regionserver.HRegion(343): 
region TestMergeTool,,1256770077174/1200326754 available; sequence id is 8
    [junit] 2009-10-28 22:47:58,274 INFO  [main] regionserver.HRegion(771): 
Starting compaction on region TestMergeTool,,1256770077174
    [junit] 2009-10-28 22:47:58,283 DEBUG [main] regionserver.Store(751): 
Compaction size of contents: 1.2k; Skipped 0 file(s), size: 0
    [junit] 2009-10-28 22:47:58,283 DEBUG [main] regionserver.Store(758): 
Started compaction of 2 file(s)  into 
/user/hudson/TestMergeTool/compaction.dir/1200326754, seqid=7
    [junit] 2009-10-28 22:47:58,334 DEBUG [main] regionserver.Store(765): 
Completed compaction of contents; new storefile is 
hdfs://localhost:33865/user/hudson/TestMergeTool/1200326754/contents/51769883678714570;
 store size is 929
    [junit] 2009-10-28 22:47:58,342 INFO  [main] regionserver.HRegion(786): 
compaction completed on region TestMergeTool,,1256770077174 in 0sec
    [junit] 2009-10-28 22:47:58,344 DEBUG [main] regionserver.HRegion(2209): 
Files for new region
    [junit] 2009-10-28 22:47:58,345 DEBUG [main] regionserver.HRegion(2273): f 
hdfs://localhost:33865/user/hudson/TestMergeTool/1200326754/.regioninfo size=584
    [junit] 2009-10-28 22:47:58,345 DEBUG [main] regionserver.HRegion(2270): d 
hdfs://localhost:33865/user/hudson/TestMergeTool/1200326754/contents
    [junit] 2009-10-28 22:47:58,346 DEBUG [main] regionserver.HRegion(2273): f 
hdfs://localhost:33865/user/hudson/TestMergeTool/1200326754/contents/51769883678714570
 size=929
    [junit] 2009-10-28 22:47:58,346 DEBUG [main] regionserver.HRegion(2005): 
DELETING region hdfs://localhost:33865/user/hudson/TestMergeTool/1356203464
    [junit] 2009-10-28 22:47:58,354 DEBUG [main] regionserver.HRegion(2005): 
DELETING region hdfs://localhost:33865/user/hudson/TestMergeTool/263929055
    [junit] 2009-10-28 22:47:58,362 INFO  [main] regionserver.HRegion(2215): 
merge completed. New region is TestMergeTool,,1256770077174
    [junit] 2009-10-28 22:47:58,362 DEBUG [main] util.Merge(319): Removing 
region: REGION => {NAME => 'TestMergeTool,row_0100,1256770075323', STARTKEY => 
'row_0100', ENDKEY => 'row_0600', ENCODED => 1356203464, TABLE => {{NAME => 
'TestMergeTool', FAMILIES => [{NAME => 'contents', COMPRESSION => 'NONE', 
VERSIONS => '3', TTL => '2147483647', BLOCKSIZE => '65536', IN_MEMORY => 
'false', BLOCKCACHE => 'true'}]}} from .META.,,1
    [junit] 2009-10-28 22:47:58,363 DEBUG [main] util.Merge(319): Removing 
region: REGION => {NAME => 'TestMergeTool,,1256770064221', STARTKEY => '', 
ENDKEY => '', ENCODED => 263929055, TABLE => {{NAME => 'TestMergeTool', 
FAMILIES => [{NAME => 'contents', VERSIONS => '3', COMPRESSION => 'NONE', TTL 
=> '2147483647', BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 
'true'}]}} from .META.,,1
    [junit] 2009-10-28 22:47:58,364 INFO  [main] util.Merge(255): Adding REGION 
=> {NAME => 'TestMergeTool,,1256770077174', STARTKEY => '', ENDKEY => '', 
ENCODED => 1200326754, TABLE => {{NAME => 'TestMergeTool', FAMILIES => [{NAME 
=> 'contents', COMPRESSION => 'NONE', VERSIONS => '3', TTL => '2147483647', 
BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}} to REGION 
=> {NAME => '.META.,,1', STARTKEY => '', ENDKEY => '', ENCODED => 1028785192, 
TABLE => {{NAME => '.META.', IS_META => 'true', MEMSTORE_FLUSHSIZE => '16384', 
FAMILIES => [{NAME => 'historian', VERSIONS => '2147483647', COMPRESSION => 
'NONE', TTL => '604800', BLOCKSIZE => '8192', IN_MEMORY => 'false', BLOCKCACHE 
=> 'false'}, {NAME => 'info', VERSIONS => '10', COMPRESSION => 'NONE', TTL => 
'2147483647', BLOCKSIZE => '8192', IN_MEMORY => 'false', BLOCKCACHE => 
'true'}]}}
    [junit] 2009-10-28 22:47:58,364 DEBUG [main] regionserver.HRegion(454): 
Closing TestMergeTool,,1256770077174: compactions & flushes disabled 
    [junit] 2009-10-28 22:47:58,365 DEBUG [main] regionserver.HRegion(471): 
Updates disabled for region, no outstanding scanners on 
TestMergeTool,,1256770077174
    [junit] 2009-10-28 22:47:58,365 DEBUG [main] regionserver.HRegion(478): No 
more row locks outstanding on region TestMergeTool,,1256770077174
    [junit] 2009-10-28 22:47:58,365 DEBUG [main] regionserver.Store(483): 
closed contents
    [junit] 2009-10-28 22:47:58,365 INFO  [main] regionserver.HRegion(490): 
Closed TestMergeTool,,1256770077174
    [junit] 2009-10-28 22:47:58,365 DEBUG [main] regionserver.HRegion(454): 
Closing -ROOT-,,0: compactions & flushes disabled 
    [junit] 2009-10-28 22:47:58,366 DEBUG [main] regionserver.HRegion(471): 
Updates disabled for region, no outstanding scanners on -ROOT-,,0
    [junit] 2009-10-28 22:47:58,366 DEBUG [main] regionserver.HRegion(478): No 
more row locks outstanding on region -ROOT-,,0
    [junit] 2009-10-28 22:47:58,366 DEBUG [main] regionserver.Store(483): 
closed info
    [junit] 2009-10-28 22:47:58,366 INFO  [main] regionserver.HRegion(490): 
Closed -ROOT-,,0
    [junit] 2009-10-28 22:47:58,366 INFO  [main] util.MetaUtils(148): CLOSING 
META .META.,,1
    [junit] 2009-10-28 22:47:58,367 DEBUG [main] regionserver.HRegion(454): 
Closing .META.,,1: compactions & flushes disabled 
    [junit] 2009-10-28 22:47:58,367 DEBUG [main] regionserver.HRegion(471): 
Updates disabled for region, no outstanding scanners on .META.,,1
    [junit] 2009-10-28 22:47:58,367 DEBUG [main] regionserver.HRegion(478): No 
more row locks outstanding on region .META.,,1
    [junit] 2009-10-28 22:47:58,367 DEBUG [main] regionserver.HRegion(895): 
Started memstore flush for region .META.,,1. Current region memstore size 968
    [junit] 2009-10-28 22:47:59,508 DEBUG [main] regionserver.Store(565): Added 
hdfs://localhost:33865/user/hudson/.META./1028785192/historian/2243332217019456288,
 entries=2, sequenceid=34, memsize=280, filesize=505 to .META.,,1
    [junit] 2009-10-28 22:47:59,536 DEBUG [main] regionserver.Store(565): Added 
hdfs://localhost:33865/user/hudson/.META./1028785192/info/5185330081248018098, 
entries=3, sequenceid=34, memsize=688, filesize=826 to .META.,,1
    [junit] 2009-10-28 22:47:59,536 DEBUG [main] regionserver.HRegion(971): 
Finished memstore flush of ~968 for region .META.,,1 in 1169ms, sequence id=34, 
compaction requested=true
    [junit] 2009-10-28 22:47:59,536 DEBUG [main] regionserver.Store(483): 
closed historian
    [junit] 2009-10-28 22:47:59,536 DEBUG [main] regionserver.Store(483): 
closed info
    [junit] 2009-10-28 22:47:59,537 INFO  [main] regionserver.HRegion(490): 
Closed .META.,,1
    [junit] 2009-10-28 22:48:00,569 INFO  [main] wal.HLog(323): Roll 
/user/hudson/.logs_1256770076560/hlog.dat.1256770076571, entries=6, 
calcsize=1083, filesize=1007. New hlog 
/user/hudson/.logs_1256770076560/hlog.dat.1256770080560
    [junit] 2009-10-28 22:48:00,569 DEBUG [main] wal.HLog(332): Last sequence 
written is empty. Deleting all old hlogs
    [junit] 2009-10-28 22:48:00,570 INFO  [main] wal.HLog(551): removing old 
hlog file /user/hudson/.logs_1256770076560/hlog.dat.1256770076571 whose highest 
sequence/edit id is 33
    [junit] 2009-10-28 22:48:00,580 DEBUG [main.logSyncer] 
wal.HLog$LogSyncer(762): main.logSyncerinterrupted while waiting for sync 
requests
    [junit] java.lang.InterruptedException
    [junit]     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
    [junit]     at 
org.apache.hadoop.hbase.regionserver.wal.HLog$LogSyncer.run(HLog.java:746)
    [junit] 2009-10-28 22:48:00,580 INFO  [main.logSyncer] 
wal.HLog$LogSyncer(765): main.logSyncer exiting
    [junit] 2009-10-28 22:48:00,581 DEBUG [main] wal.HLog(596): closing hlog 
writer in hdfs://localhost:33865/user/hudson/.logs_1256770076560
    [junit] 2009-10-28 22:48:00,600 DEBUG [main] regionserver.HRegion(1887): 
Opening region: REGION => {NAME => 'TestMergeTool,,1256770077174', STARTKEY => 
'', ENDKEY => '', ENCODED => 1200326754, TABLE => {{NAME => 'TestMergeTool', 
FAMILIES => [{NAME => 'contents', COMPRESSION => 'NONE', VERSIONS => '3', TTL 
=> '2147483647', BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 
'true'}]}}
    [junit] 2009-10-28 22:48:00,600 DEBUG [main] regionserver.HRegion(265): 
Opening region TestMergeTool,,1256770077174, encoded=1200326754
    [junit] 2009-10-28 22:48:00,607 DEBUG [main] regionserver.Store(418): 
loaded /user/hudson/TestMergeTool/1200326754/contents/51769883678714570, 
isReference=false, sequence id=7, length=929, majorCompaction=false
    [junit] 2009-10-28 22:48:00,609 INFO  [main] regionserver.HRegion(343): 
region TestMergeTool,,1256770077174/1200326754 available; sequence id is 8
    [junit] 2009-10-28 22:48:00,614 DEBUG [main] regionserver.HRegion(454): 
Closing TestMergeTool,,1256770077174: compactions & flushes disabled 
    [junit] 2009-10-28 22:48:00,614 DEBUG [main] regionserver.HRegion(471): 
Updates disabled for region, no outstanding scanners on 
TestMergeTool,,1256770077174
    [junit] 2009-10-28 22:48:00,614 DEBUG [main] regionserver.HRegion(478): No 
more row locks outstanding on region TestMergeTool,,1256770077174
    [junit] 2009-10-28 22:48:00,614 DEBUG [main] regionserver.Store(483): 
closed contents
    [junit] 2009-10-28 22:48:00,615 INFO  [main] regionserver.HRegion(490): 
Closed TestMergeTool,,1256770077174
    [junit] 2009-10-28 22:48:00,615 INFO  [main] util.TestMergeTool(186): 
Verified merging regions 0+1+2+3 and 4
    [junit] 2009-10-28 22:48:00,615 DEBUG [main.logSyncer] 
wal.HLog$LogSyncer(762): main.logSyncerinterrupted while waiting for sync 
requests
    [junit] java.lang.InterruptedException
    [junit]     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:1899)
    [junit]     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2066)
    [junit]     at 
org.apache.hadoop.hbase.regionserver.wal.HLog$LogSyncer.run(HLog.java:746)
    [junit] 2009-10-28 22:48:00,615 INFO  [main.logSyncer] 
wal.HLog$LogSyncer(765): main.logSyncer exiting
    [junit] 2009-10-28 22:48:00,616 DEBUG [main] wal.HLog(596): closing hlog 
writer in /tmp/.logs_1256770069922
    [junit] 2009-10-28 22:48:00,779 INFO  [main] hbase.HBaseTestCase(627): 
Shutting down Mini DFS 
    [junit] Shutting down the Mini HDFS Cluster
    [junit] Shutting down DataNode 1
    [junit] 2009-10-28 22:48:00,882 WARN  
[org.apache.hadoop.hdfs.server.datanode.dataxceiverser...@180b22e] 
datanode.DataXceiverServer(140): DatanodeRegistration(127.0.0.1:51002, 
storageID=DS-1638444933-67.195.138.9-51002-1256770066959, infoPort=45290, 
ipcPort=39160):DataXceiveServer: java.nio.channels.AsynchronousCloseException
    [junit]     at 
java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:185)
    [junit]     at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:152)
    [junit]     at 
sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit]     at 
org.apache.hadoop.hdfs.server.datanode.DataXceiverServer.run(DataXceiverServer.java:133)
    [junit]     at java.lang.Thread.run(Thread.java:619)
    [junit] 
    [junit] Shutting down DataNode 0
    [junit] 2009-10-28 22:48:00,985 WARN  
[org.apache.hadoop.hdfs.server.datanode.dataxceiverser...@1522de2] 
datanode.DataXceiverServer(140): DatanodeRegistration(127.0.0.1:40711, 
storageID=DS-2120192012-67.195.138.9-40711-1256770066235, infoPort=33963, 
ipcPort=38362):DataXceiveServer: java.nio.channels.AsynchronousCloseException
    [junit]     at 
java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:185)
    [junit]     at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:152)
    [junit]     at 
sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit]     at 
org.apache.hadoop.hdfs.server.datanode.DataXceiverServer.run(DataXceiverServer.java:133)
    [junit]     at java.lang.Thread.run(Thread.java:619)
    [junit] 
    [junit] 2009-10-28 22:48:01,089 WARN  
[org.apache.hadoop.hdfs.server.namenode.fsnamesystem$replicationmoni...@435a3a] 
namenode.FSNamesystem$ReplicationMonitor(2317): ReplicationMonitor thread 
received InterruptedException.java.lang.InterruptedException: sleep interrupted
    [junit] 2009-10-28 22:48:01,090 WARN  
[org.apache.hadoop.hdfs.server.namenode.decommissionmanager$moni...@1038de7] 
namenode.DecommissionManager$Monitor(67): Monitor interrupted: 
java.lang.InterruptedException: sleep interrupted
    [junit] 2009-10-28 22:48:01,106 INFO  [main] hbase.HBaseTestCase(638): 
Shutting down FileSystem
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 17.06 sec
    [junit] Running org.apache.hadoop.hbase.util.TestRootPath
    [junit] 2009-10-28 22:48:01,628 INFO  [main] util.TestRootPath(60): Got 
expected exception when checking invalid path:
    [junit] java.io.IOException: Root directory does not have a scheme
    [junit]     at 
org.apache.hadoop.hbase.util.FSUtils.validateRootPath(FSUtils.java:229)
    [junit]     at 
org.apache.hadoop.hbase.util.TestRootPath.testRootPath(TestRootPath.java:56)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:597)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit]     at junit.framework.TestResult.run(TestResult.java:113)
    [junit]     at junit.framework.TestCase.run(TestCase.java:124)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit]     at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
    [junit]     at 
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.079 sec

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/HBase-Patch/ws/trunk/build.xml>:510: 
Tests failed!

Total time: 29 minutes 25 seconds
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Publishing Clover coverage report...
No Clover report will be published due to a Build Failure

Reply via email to