You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/06/29 00:36:47 UTC

[jira] Reopened: (HBASE-1554) ClassSize fails TestHeapSize and TestHFile on Hudson

     [ https://issues.apache.org/jira/browse/HBASE-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell reopened HBASE-1554:
-----------------------------------


TestHeapSize is failing up on Hudson again.

http://hudson.zones.apache.org/hudson/job/HBase-Patch/678/changes
{noformat}
Failed

org.apache.hadoop.hbase.io.TestHeapSize.testSizes
Failing for the past 7 builds (Since Failed#672 )
Took 71 ms.
Error Message

expected:<88> but was:<14824>

Stacktrace

junit.framework.AssertionFailedError: expected:<88> but was:<14824>
	at org.apache.hadoop.hbase.io.TestHeapSize.testSizes(TestHeapSize.java:57)

Standard Error

2009-06-28 20:48:26,914 DEBUG [main] util.ClassSize(162): map
	class java.util.concurrent.ConcurrentHashMap
2009-06-28 20:48:26,916 DEBUG [main] util.ClassSize(162): evictionLock
	class java.util.concurrent.locks.ReentrantLock
2009-06-28 20:48:26,917 DEBUG [main] util.ClassSize(162): evictionInProgress
	boolean
2009-06-28 20:48:26,918 DEBUG [main] util.ClassSize(162): evictionThread
	class org.apache.hadoop.hbase.io.hfile.LruBlockCache$EvictionThread
2009-06-28 20:48:26,918 DEBUG [main] util.ClassSize(162): scheduleThreadPool
	interface java.util.concurrent.ScheduledExecutorService
2009-06-28 20:48:26,919 DEBUG [main] util.ClassSize(162): size
	class java.util.concurrent.atomic.AtomicLong
2009-06-28 20:48:26,919 DEBUG [main] util.ClassSize(162): elements
	class java.util.concurrent.atomic.AtomicLong
2009-06-28 20:48:26,920 DEBUG [main] util.ClassSize(162): count
	class java.util.concurrent.atomic.AtomicLong
2009-06-28 20:48:26,920 DEBUG [main] util.ClassSize(162): stats
	class org.apache.hadoop.hbase.io.hfile.LruBlockCache$CacheStats
2009-06-28 20:48:26,921 DEBUG [main] util.ClassSize(162): maxSize
	long
2009-06-28 20:48:26,921 DEBUG [main] util.ClassSize(162): blockSize
	long
2009-06-28 20:48:26,922 DEBUG [main] util.ClassSize(162): acceptableFactor
	float
2009-06-28 20:48:26,923 DEBUG [main] util.ClassSize(162): minFactor
	float
2009-06-28 20:48:26,923 DEBUG [main] util.ClassSize(162): singleFactor
	float
2009-06-28 20:48:26,924 DEBUG [main] util.ClassSize(162): multiFactor
	float
2009-06-28 20:48:26,924 DEBUG [main] util.ClassSize(162): memoryFactor
	float
2009-06-28 20:48:26,924 DEBUG [main] util.ClassSize(162): overhead
	long
2009-06-28 20:48:26,925 DEBUG [main] util.ClassSize(188): Primitives 45, arrays 0, references(inlcuding 2, for object overhead) 10, refSize 4, size 88
{noformat}

> ClassSize fails TestHeapSize and TestHFile on Hudson
> ----------------------------------------------------
>
>                 Key: HBASE-1554
>                 URL: https://issues.apache.org/jira/browse/HBASE-1554
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Erik Holstad
>            Priority: Critical
>             Fix For: 0.20.0
>
>
> TestHeapSize worked for me when tested locally but failing up on Hudson:
> {code}
>     [junit] Running org.apache.hadoop.hbase.io.TestHeapSize
>     [junit] 2009-06-20 01:29:11,577 DEBUG [main] util.ClassSize(121): bytes
>     [junit] 	class [B
>     [junit] 2009-06-20 01:29:11,580 DEBUG [main] util.ClassSize(121): offset
>     [junit] 	int
>     [junit] 2009-06-20 01:29:11,580 DEBUG [main] util.ClassSize(121): length
>     [junit] 	int
>     [junit] 2009-06-20 01:29:11,581 DEBUG [main] util.ClassSize(147): Primitives 8, arrays 1, references(inlcuding 16, for object overhead) 2, refSize 4, size 32
>     [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.181 sec
>     [junit] Test org.apache.hadoop.hbase.io.TestHeapSize FAILED
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.