FAQ
See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/211/changes

Changes:

[stack] HADOOP-1737 Make HColumnDescriptor data publically members settable

M src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStore.java
Use new HColumnDescriptor accessors rather than make direct accesses
M src/contrib/hbase/src/java/org/apache/hadoop/hbase/HColumnDescriptor.java
(COMPRESSION_NONE, COMPRESSION_RECORD, COMPRESSION_BLOCK): Removed.
Use enum ordinals instead. Removed mapping between these defines and
enum equivalents. Made data members private and added accessors.
(DEFAULT_IN_MEMORY, DEFAULT_COMPRESSION_TYPE,
DEFAULT_BLOOM_FILTER_DESCRIPTOR, DEFAULT_MAX_VALUE_LENGTH): Added.
M hbase/src/test/org/apache/hadoop/hbase/TestToString.java
Fix because enum strings are upper-case (was expecting lowercase).

[cutting] HADOOP-1743. Change DFS INode from a nested class to a standalone class with specialized subclasses for directories and files. Contributed by Konstantin.

[stack] HADOOP-1747 On a cluster, on restart, regions multiply assigned

M src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMaster.java
Removed some empty lines so I can squeeze more code into a screenful.
(assignedRegions): Factored out some code into own methods so
this method is made a bit shorter. Added early returns near
top -- if nothing to assign, etc. -- so less nesting.
Added fix: Instead of iterating over unassignedRegions after
all the loadings have been calculated, instead iterate over
the locally calculated map, regionsToAssign (Otherwise, we
were running over the same territory each time through the
loop and were thus giving out same region multiple times).
(regionsPerServer, assignRegionsToOneServer,
getRegionsToAssign): Added.

------------------------------------------
[...truncated 39610 lines...]
[junit] 07/08/22 12:12:32 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_test,,4304420729470370979/log/hlog.dat.000. blk_-7237780631342376304 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:32 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_-7237780631342376304
[junit] 07/08/22 12:12:32 INFO dfs.DataNode: Received block blk_-7237780631342376304 from /127.0.0.1
[junit] 07/08/22 12:12:32 INFO dfs.DataNode: Received block blk_-7237780631342376304 from /127.0.0.1 and mirrored to /127.0.0.1:50011
[junit] 07/08/22 12:12:32 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_-7237780631342376304
[junit] 07/08/22 12:12:32 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_-7237780631342376304 is added to invalidSet of 127.0.0.1:50010
[junit] 07/08/22 12:12:32 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_-7237780631342376304 is added to invalidSet of 127.0.0.1:50011
[junit] 07/08/22 12:12:32 INFO hbase.HMaster: created table test
[junit] 07/08/22 12:12:32 INFO dfs.DataNode: Served block blk_77728113638289569 to /127.0.0.1
[junit] 07/08/22 12:12:32 INFO dfs.DataNode: Served block blk_-6813105186087344156 to /127.0.0.1
[junit] 07/08/22 12:12:33 INFO hbase.HMaster: assigning region test,,4304420729470370979 to the only server 140.211.11.75:34100
[junit] 07/08/22 12:12:33 INFO hbase.HRegionServer: MSG_REGION_OPEN : regionname: test,,4304420729470370979, startKey: <>, tableDesc: {name: test, families: {contents:=(contents:, max versions: 3, compression: NONE, in memory: false, max value length: 2147483647, bloom filter: none)}}
[junit] 07/08/22 12:12:33 INFO hbase.HRegion: region test,,4304420729470370979 available
[junit] 07/08/22 12:12:33 INFO dfs.DataNode: Deleting block blk_-444643548487553994 file http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/contrib/hbase/test/data/dfs/data/data1/current/blk_-444643548487553994
[junit] 07/08/22 12:12:34 INFO dfs.StateChange: BLOCK* NameSystem.blockToInvalidate: ask 127.0.0.1:50011 to delete blk_-7237780631342376304
[junit] 07/08/22 12:12:34 INFO dfs.StateChange: BLOCK* NameSystem.blockToInvalidate: ask 127.0.0.1:50010 to delete blk_-7237780631342376304
[junit] 07/08/22 12:12:34 INFO hbase.HMaster: 140.211.11.75:34100 serving test,,4304420729470370979
[junit] 07/08/22 12:12:34 INFO hbase.HMaster: test,,4304420729470370979 open on 140.211.11.75:34100
[junit] 07/08/22 12:12:34 INFO hbase.HMaster: updating row test,,4304420729470370979 in table .META.,,1 with startcode -3057449247806099082 and server 140.211.11.75:34100
[junit] 07/08/22 12:12:36 INFO dfs.DataNode: Deleting block blk_-7237780631342376304 file http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/contrib/hbase/test/data/dfs/data/data4/current/blk_-7237780631342376304
[junit] 07/08/22 12:12:36 INFO dfs.DataNode: Deleting block blk_-7237780631342376304 file http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/contrib/hbase/test/data/dfs/data/data2/current/blk_-7237780631342376304
[junit] 07/08/22 12:12:38 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_-ROOT-,,0/info/mapfiles/2381119140947074296/data. blk_-2432140234731662439 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:38 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_-2432140234731662439
[junit] 07/08/22 12:12:38 INFO dfs.DataNode: Received block blk_-2432140234731662439 from /127.0.0.1
[junit] 07/08/22 12:12:38 INFO dfs.DataNode: Received block blk_-2432140234731662439 from /127.0.0.1 and mirrored to /127.0.0.1:50010
[junit] 07/08/22 12:12:38 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_-2432140234731662439
[junit] 07/08/22 12:12:38 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_-ROOT-,,0/info/mapfiles/2381119140947074296/index. blk_-6902031430112839828 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:38 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_-6902031430112839828
[junit] 07/08/22 12:12:38 INFO dfs.DataNode: Received block blk_-6902031430112839828 from /127.0.0.1
[junit] 07/08/22 12:12:38 INFO dfs.DataNode: Received block blk_-6902031430112839828 from /127.0.0.1 and mirrored to /127.0.0.1:50010
[junit] 07/08/22 12:12:38 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_-6902031430112839828
[junit] 07/08/22 12:12:38 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_-ROOT-,,0/info/info/2381119140947074296. blk_-8523181530085361831 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:39 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_-8523181530085361831
[junit] 07/08/22 12:12:39 INFO hbase.HMaster: HMaster.rootScanner scanning meta region -ROOT-,,0 on 140.211.11.75:34100
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Received block blk_-8523181530085361831 from /127.0.0.1
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Received block blk_-8523181530085361831 from /127.0.0.1 and mirrored to /127.0.0.1:50011
[junit] 07/08/22 12:12:39 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_-8523181530085361831
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Served block blk_-2432140234731662439 to /127.0.0.1
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Served block blk_-6902031430112839828 to /127.0.0.1
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Served block blk_77728113638289569 to /127.0.0.1
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Served block blk_-6813105186087344156 to /127.0.0.1
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Served block blk_-2432140234731662439 to /127.0.0.1
[junit] 07/08/22 12:12:39 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_.META.,,1/info/mapfiles/1857097601299291593/data. blk_7195343440823538526 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Served block blk_-6902031430112839828 to /127.0.0.1
[junit] 07/08/22 12:12:39 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_7195343440823538526
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Received block blk_7195343440823538526 from /127.0.0.1
[junit] 07/08/22 12:12:39 INFO dfs.DataNode: Received block blk_7195343440823538526 from /127.0.0.1 and mirrored to /127.0.0.1:50011
[junit] 07/08/22 12:12:39 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_.META.,,1/info/mapfiles/1857097601299291593/index. blk_79241294001137179 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:39 INFO hbase.HMaster: HMaster.rootScanner scan of meta region -ROOT-,,0 complete
[junit] 07/08/22 12:12:39 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_7195343440823538526
[junit] 07/08/22 12:12:39 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_79241294001137179
[junit] 07/08/22 12:12:40 INFO dfs.DataNode: Received block blk_79241294001137179 from /127.0.0.1
[junit] 07/08/22 12:12:40 INFO dfs.DataNode: Received block blk_79241294001137179 from /127.0.0.1 and mirrored to /127.0.0.1:50010
[junit] 07/08/22 12:12:40 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_79241294001137179
[junit] 07/08/22 12:12:40 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_.META.,,1/info/info/1857097601299291593. blk_5757022162284452460 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:40 INFO dfs.DataNode: Received block blk_5757022162284452460 from /127.0.0.1
[junit] 07/08/22 12:12:40 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_5757022162284452460
[junit] 07/08/22 12:12:40 INFO dfs.DataNode: Received block blk_5757022162284452460 from /127.0.0.1 and mirrored to /127.0.0.1:50010
[junit] 07/08/22 12:12:40 INFO dfs.DataNode: Served block blk_7195343440823538526 to /127.0.0.1
[junit] 07/08/22 12:12:40 INFO dfs.DataNode: Served block blk_79241294001137179 to /127.0.0.1
[junit] 07/08/22 12:12:40 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_5757022162284452460
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_test,,4304420729470370979/contents/mapfiles/5223678666823372692/data. blk_-2432390763057988093 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_-2432390763057988093
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Received block blk_-2432390763057988093 from /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Received block blk_-2432390763057988093 from /127.0.0.1 and mirrored to /127.0.0.1:50010
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_-2432390763057988093
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_test,,4304420729470370979/contents/mapfiles/5223678666823372692/index. blk_7838671701320046265 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_7838671701320046265
[junit] 07/08/22 12:12:41 INFO hbase.HMaster: HMaster.metaScanner scanning meta region .META.,,1 on 140.211.11.75:34100
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Received block blk_7838671701320046265 from /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Received block blk_7838671701320046265 from /127.0.0.1 and mirrored to /127.0.0.1:50011
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_7838671701320046265
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_7195343440823538526 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_79241294001137179 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/hregion_test,,4304420729470370979/contents/info/5223678666823372692. blk_-7214577160053244807 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:41 INFO hbase.HMaster: HMaster.metaScanner scan of meta region .META.,,1 complete
[junit] 07/08/22 12:12:41 INFO hbase.HMaster: all meta regions scanned
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_-7214577160053244807
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Received block blk_-7214577160053244807 from /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Received block blk_-7214577160053244807 from /127.0.0.1 and mirrored to /127.0.0.1:50011
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_-7214577160053244807
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_-2432390763057988093 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_7838671701320046265 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_-2432390763057988093 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_-2432390763057988093 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_-2432390763057988093 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_-2432390763057988093 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_7838671701320046265 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_-2432390763057988093 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_7838671701320046265 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_-2432390763057988093 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO dfs.DataNode: Served block blk_7838671701320046265 to /127.0.0.1
[junit] 07/08/22 12:12:41 INFO hbase.MiniHBaseCluster: Shutting down HBase Cluster
[junit] 07/08/22 12:12:41 INFO hbase.Leases: closing leases
[junit] 07/08/22 12:12:41 INFO hbase.Leases: leases closed
[junit] 07/08/22 12:12:41 INFO ipc.Server: Stopping server on 34100
[junit] 07/08/22 12:12:41 INFO ipc.Server: IPC Server handler 2 on 34100: exiting
[junit] 07/08/22 12:12:41 INFO ipc.Server: IPC Server handler 3 on 34100: exiting
[junit] 07/08/22 12:12:41 INFO hbase.HRegionServer: cacheFlusher exiting
[junit] 07/08/22 12:12:41 INFO hbase.HStore: closed -ROOT-,,0/info
[junit] 07/08/22 12:12:41 INFO hbase.HRegion: closed -ROOT-,,0
[junit] 07/08/22 12:12:41 INFO hbase.HStore: closed .META.,,1/info
[junit] 07/08/22 12:12:41 INFO hbase.HRegion: closed .META.,,1
[junit] 07/08/22 12:12:41 INFO hbase.HStore: closed test,,4304420729470370979/contents
[junit] 07/08/22 12:12:41 INFO hbase.HRegion: closed test,,4304420729470370979
[junit] 07/08/22 12:12:41 INFO ipc.Server: IPC Server handler 0 on 34100: exiting
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.allocateBlock: /hbase/log_140.211.11.75_34100/hlog.dat.000. blk_2075165593109893094 is created and added to pendingCreates and pendingCreateBlocks
[junit] 07/08/22 12:12:41 INFO hbase.HRegionServer: splitOrCompactChecker exiting
[junit] 07/08/22 12:12:41 INFO ipc.Server: IPC Server handler 1 on 34100: exiting
[junit] 07/08/22 12:12:41 INFO hbase.HRegionServer: logRoller exiting
[junit] 07/08/22 12:12:41 INFO ipc.Server: IPC Server handler 4 on 34100: exiting
[junit] 07/08/22 12:12:41 INFO ipc.Server: Stopping IPC Server listener on 34100
[junit] 07/08/22 12:12:41 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50010 is added to blk_2075165593109893094
[junit] 07/08/22 12:12:42 INFO dfs.DataNode: Received block blk_2075165593109893094 from /127.0.0.1
[junit] 07/08/22 12:12:42 INFO dfs.DataNode: Received block blk_2075165593109893094 from /127.0.0.1 and mirrored to /127.0.0.1:50011
[junit] 07/08/22 12:12:42 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:50011 is added to blk_2075165593109893094
[junit] 07/08/22 12:12:42 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_2075165593109893094 is added to invalidSet of 127.0.0.1:50010
[junit] 07/08/22 12:12:42 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_2075165593109893094 is added to invalidSet of 127.0.0.1:50011
[junit] 07/08/22 12:12:42 INFO hbase.HRegionServer: stopping server at: 140.211.11.75:34100
[junit] 07/08/22 12:12:42 INFO hbase.HMaster: Waiting on following regionserver(s) to go down (or region server lease expiration, whichever happens first): [address: 140.211.11.75:34100, startcode: -3057449247806099082, load: (requests: 0 regions: 3)]
[junit] 07/08/22 12:12:42 INFO hbase.HRegionServer: worker thread exiting
[junit] 07/08/22 12:12:42 INFO hbase.HRegionServer: HRegionServer stopped at: 140.211.11.75:34100
[junit] 07/08/22 12:12:42 INFO hbase.HRegionServer: main thread exiting
[junit] 07/08/22 12:12:43 INFO dfs.StateChange: BLOCK* NameSystem.blockToInvalidate: ask 127.0.0.1:50011 to delete blk_2075165593109893094
[junit] 07/08/22 12:12:43 INFO dfs.StateChange: BLOCK* NameSystem.blockToInvalidate: ask 127.0.0.1:50010 to delete blk_2075165593109893094
[junit] 07/08/22 12:12:43 INFO hbase.HMaster: Waiting on following regionserver(s) to go down (or region server lease expiration, whichever happens first): [address: 140.211.11.75:34100, startcode: -3057449247806099082, load: (requests: 0 regions: 3)]
[junit] 07/08/22 12:12:43 INFO dfs.DataNode: Deleting block blk_2075165593109893094 file http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/contrib/hbase/test/data/dfs/data/data4/current/blk_2075165593109893094
[junit] 07/08/22 12:12:44 INFO hbase.HMaster: Waiting on following regionserver(s) to go down (or region server lease expiration, whichever happens first): [address: 140.211.11.75:34100, startcode: -3057449247806099082, load: (requests: 0 regions: 3)]
[junit] 07/08/22 12:12:45 INFO hbase.HMaster: Waiting on following regionserver(s) to go down (or region server lease expiration, whichever happens first): [address: 140.211.11.75:34100, startcode: -3057449247806099082, load: (requests: 0 regions: 3)]
[junit] 07/08/22 12:12:45 INFO dfs.DataNode: Deleting block blk_2075165593109893094 file http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/contrib/hbase/test/data/dfs/data/data2/current/blk_2075165593109893094
[junit] 07/08/22 12:12:46 INFO hbase.HMaster: Waiting on following regionserver(s) to go down (or region server lease expiration, whichever happens first): [address: 140.211.11.75:34100, startcode: -3057449247806099082, load: (requests: 0 regions: 3)]
[junit] 07/08/22 12:12:47 INFO hbase.HMaster: Waiting on following regionserver(s) to go down (or region server lease expiration, whichever happens first): [address: 140.211.11.75:34100, startcode: -3057449247806099082, load: (requests: 0 regions: 3)]
[junit] 07/08/22 12:12:48 INFO hbase.HMaster: Waiting on following regionserver(s) to go down (or region server lease expiration, whichever happens first): [address: 140.211.11.75:34100, startcode: -3057449247806099082, load: (requests: 0 regions: 3)]
[junit] 07/08/22 12:12:49 INFO hbase.Leases: Lease expired 1437093061/1437093061
[junit] 07/08/22 12:12:49 INFO hbase.HMaster: 140.211.11.75:34100 lease expired
[junit] 07/08/22 12:12:49 INFO ipc.Server: Stopping server on 34097
[junit] 07/08/22 12:12:49 INFO ipc.Server: IPC Server handler 1 on 34097: exiting
[junit] 07/08/22 12:12:49 INFO ipc.Server: IPC Server handler 3 on 34097: exiting
[junit] 07/08/22 12:12:49 INFO ipc.Server: Stopping IPC Server listener on 34097
[junit] 07/08/22 12:12:49 INFO hbase.Leases: closing leases
[junit] 07/08/22 12:12:49 INFO ipc.Server: IPC Server handler 2 on 34097: exiting
[junit] 07/08/22 12:12:49 INFO ipc.Server: IPC Server handler 0 on 34097: exiting
[junit] 07/08/22 12:12:49 INFO ipc.Server: IPC Server handler 4 on 34097: exiting
[junit] 07/08/22 12:12:49 INFO hbase.HMaster: RootScanner exiting
[junit] 07/08/22 12:12:49 INFO hbase.HMaster: MetaScanner exiting
[junit] Exception in thread "Lease.monitor" java.lang.RuntimeException: Putting into msgQueue was interrupted.
[junit] at org.apache.hadoop.hbase.HMaster$ServerExpirer.leaseExpired(HMaster.java:2951)
[junit] at org.apache.hadoop.hbase.Leases$Lease.expired(Leases.java:329)
[junit] at org.apache.hadoop.hbase.Leases$LeaseMonitor.run(Leases.java:214)
[junit] at java.lang.Thread.run(Thread.java:595)
[junit] Caused by: java.lang.InterruptedException
[junit] at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1062)
[junit] at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:307)
[junit] at java.util.concurrent.LinkedBlockingQueue.put(LinkedBlockingQueue.java:240)
[junit] at org.apache.hadoop.hbase.HMaster$ServerExpirer.leaseExpired(HMaster.java:2949)
[junit] ... 3 more
[junit] 07/08/22 12:12:49 INFO hbase.Leases: leases closed
[junit] 07/08/22 12:12:49 INFO hbase.HMaster: HMaster main thread exiting
[junit] 07/08/22 12:12:49 INFO hbase.MiniHBaseCluster: Shutdown HMaster 1 region server(s)
[junit] 07/08/22 12:12:49 INFO hbase.MiniHBaseCluster: Shutting down Mini DFS cluster
[junit] Shutting down the Mini HDFS Cluster
[junit] Shutting down DataNode 1
[junit] 07/08/22 12:12:49 INFO util.ThreadedServer: Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=33967]
[junit] 07/08/22 12:12:49 INFO http.SocketListener: Stopped SocketListener on 0.0.0.0:33967
[junit] 07/08/22 12:12:49 INFO util.Container: Stopped [email protected]
[junit] 07/08/22 12:12:49 INFO util.Container: Stopped WebApplicationContext[/,/]
[junit] 07/08/22 12:12:49 INFO util.Container: Stopped HttpContext[/logs,/logs]
[junit] 07/08/22 12:12:49 INFO util.Container: Stopped HttpContext[/static,/static]
[junit] 07/08/22 12:12:49 INFO util.Container: Stopped [email protected]
[junit] 07/08/22 12:12:50 WARN dfs.DataNode: java.io.IOException: java.lang.InterruptedException
[junit] at org.apache.hadoop.fs.Command.run(Command.java:40)
[junit] at org.apache.hadoop.fs.DU.getUsed(DU.java:56)
[junit] at org.apache.hadoop.dfs.FSDataset$FSVolume.getDfsUsed(FSDataset.java:299)
[junit] at org.apache.hadoop.dfs.FSDataset$FSVolume.getAvailable(FSDataset.java:307)
[junit] at org.apache.hadoop.dfs.FSDataset$FSVolumeSet.getRemaining(FSDataset.java:412)
[junit] at org.apache.hadoop.dfs.FSDataset.getRemaining(FSDataset.java:505)
[junit] at org.apache.hadoop.dfs.DataNode.offerService(DataNode.java:485)
[junit] at org.apache.hadoop.dfs.DataNode.run(DataNode.java:1310)
[junit] at java.lang.Thread.run(Thread.java:595)

[junit] 07/08/22 12:12:50 INFO dfs.DataNode: Exiting DataXceiveServer due to java.net.SocketException: Socket closed
[junit] 07/08/22 12:12:50 INFO dfs.DataNode: Finishing DataNode in: FSDataset{dirpath='http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/contrib/hbase/test/data/dfs/data/data3/current,/export/home/hudson/hudson/jobs/Hadoop-Nightly/workspace/trunk/build/contrib/hbase/test/data/dfs/data/data4/current'}
[junit] Shutting down DataNode 0
[junit] 07/08/22 12:12:50 INFO http.SocketListener: Stopped SocketListener on 0.0.0.0:33935
[junit] 07/08/22 12:12:50 INFO util.ThreadedServer: Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=33935]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped [email protected]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped WebApplicationContext[/,/]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped HttpContext[/logs,/logs]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped HttpContext[/static,/static]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped [email protected]
[junit] 07/08/22 12:12:50 INFO dfs.DataNode: Exiting DataXceiveServer due to java.net.SocketException: Socket closed
[junit] 07/08/22 12:12:50 WARN fs.FSNamesystem: PendingReplicationMonitor thread received exception. java.lang.InterruptedException: sleep interrupted
[junit] 07/08/22 12:12:50 INFO util.ThreadedServer: Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=33897]
[junit] 07/08/22 12:12:50 INFO http.SocketListener: Stopped SocketListener on 0.0.0.0:33897
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped [email protected]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped WebApplicationContext[/,/]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped HttpContext[/logs,/logs]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped HttpContext[/static,/static]
[junit] 07/08/22 12:12:50 INFO util.Container: Stopped [email protected]
[junit] 07/08/22 12:12:50 INFO ipc.Server: Stopping server on 33870
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 1 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 5 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 4 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 3 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 8 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 6 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 9 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 2 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 7 on 33870: exiting
[junit] 07/08/22 12:12:50 INFO ipc.Server: IPC Server handler 0 on 33870: exiting
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 33.315 sec
[junit] Running org.apache.hadoop.hbase.TestToString
[junit] name: hank, families: {hankfamily:=(hankfamily:, max versions: 3, compression: NONE, in memory: false, max value length: 2147483647, bloom filter: none), hankotherfamily:=(hankotherfamily:, max versions: 10, compression: BLOCK, in memory: true, max value length: 1000, bloom filter: none)}
[junit] regionname: hank,,-1, startKey: <>, tableDesc: {name: hank, families: {hankfamily:=(hankfamily:, max versions: 3, compression: NONE, in memory: false, max value length: 2147483647, bloom filter: none), hankotherfamily:=(hankotherfamily:, max versions: 10, compression: BLOCK, in memory: true, max value length: 1000, bloom filter: none)}}
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.274 sec
[junit] Running org.apache.hadoop.hbase.filter.TestPageRowFilter
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.37 sec
[junit] Running org.apache.hadoop.hbase.filter.TestRegExpRowFilter
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.346 sec
[junit] Running org.apache.hadoop.hbase.filter.TestRowFilterSet
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.521 sec
[junit] Running org.apache.hadoop.hbase.filter.TestStopRowFilter
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.091 sec
[junit] Running org.apache.hadoop.hbase.filter.TestWhileMatchRowFilter
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.293 sec
[junit] Running org.apache.hadoop.hbase.shell.TestHBaseShell
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.947 sec
[junit] Running org.apache.hadoop.hbase.util.TestKeying
[junit] Original url http://abc:[email protected]/index.html?query=something#middle, Transformed url r:http://abc:[email protected]/index.html?query=something#middle
[junit] Original url file:///usr/bin/java, Transformed url file:///usr/bin/java
[junit] Original url dns:www.powerset.com, Transformed url dns:www.powerset.com
[junit] Original url dns://dns.powerset.com/www.powerset.com, Transformed url r:dns://com.powerset.dns/www.powerset.com
[junit] Original url http://one.two.three/index.html, Transformed url r:http://three.two.one/index.html
[junit] Original url https://one.two.three:9443/index.html, Transformed url r:https://three.two.one:9443/index.html
[junit] Original url ftp://one.two.three/index.html, Transformed url r:ftp://three.two.one/index.html
[junit] Original url filename, Transformed url filename
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.164 sec
[junit] Running org.onelab.test.TestFilter
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.373 sec

BUILD FAILED
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build.xml :505: The following error occurred while executing this line:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/contrib/build.xml :23: The following error occurred while executing this line:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/contrib/hbase/build.xml :101: The following error occurred while executing this line:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/contrib/build-contrib.xml :204: Tests failed!

Total time: 64 minutes 21 seconds
Recording fingerprints
Publishing Javadoc
Recording test results

Search Discussions

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupcommon-dev @
categorieshadoop
postedAug 22, '07 at 12:16p
activeAug 22, '07 at 12:16p
posts1
users1
websitehadoop.apache.org...
irc#hadoop

1 user in discussion

Hudson: 1 post

People

Translate

site design / logo © 2023 Grokbase