You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2015/09/23 20:41:04 UTC

[jira] [Updated] (GEODE-363) RegionWithHDFSOffHeapBasicDUnitTest.testPutAllAndGetFromHDFS intermittently fails due to off-heap orphan

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

Darrel Schneider updated GEODE-363:
-----------------------------------
    Description: 
This was seen on a private build of git rev 4708d4e182f89c6a391fcad8bac854f929717685:
{code}
at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest.tearDown2(RegionWithHDFSOffHeapBasicDUnitTest.java:50)
[snip]
Caused by: junit.framework.AssertionFailedError: expected:<[]> but was:<[MemoryBlock{MemoryAddress=46913189579184, State=ALLOCATED, BlockSize=16, SlabId=0, FreeListId=NONE, RefCount=1, com.gemstone.gemfire.internal.offheap.SimpleMemoryAllocatorImpl$GemFireChunk$1@79640132, isSerialized=true, isCompressed=false, DataType=java.lang.String, DataValue=V1909}]>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:86)
	at com.gemstone.gemfire.internal.cache.OffHeapTestUtil.checkOrphans(OffHeapTestUtil.java:50)
	at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest$1.run(RegionWithHDFSOffHeapBasicDUnitTest.java:44)
{code}


  was:
This was seen on a private build of git rev:
{code}
at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest.tearDown2(RegionWithHDFSOffHeapBasicDUnitTest.java:50)
[snip]
Caused by: junit.framework.AssertionFailedError: expected:<[]> but was:<[MemoryBlock{MemoryAddress=46913189579184, State=ALLOCATED, BlockSize=16, SlabId=0, FreeListId=NONE, RefCount=1, com.gemstone.gemfire.internal.offheap.SimpleMemoryAllocatorImpl$GemFireChunk$1@79640132, isSerialized=true, isCompressed=false, DataType=java.lang.String, DataValue=V1909}]>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:86)
	at com.gemstone.gemfire.internal.cache.OffHeapTestUtil.checkOrphans(OffHeapTestUtil.java:50)
	at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest$1.run(RegionWithHDFSOffHeapBasicDUnitTest.java:44)
{code}



> RegionWithHDFSOffHeapBasicDUnitTest.testPutAllAndGetFromHDFS intermittently fails due to off-heap orphan
> --------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-363
>                 URL: https://issues.apache.org/jira/browse/GEODE-363
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Darrel Schneider
>            Assignee: Ashvin
>              Labels: CI
>
> This was seen on a private build of git rev 4708d4e182f89c6a391fcad8bac854f929717685:
> {code}
> at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest.tearDown2(RegionWithHDFSOffHeapBasicDUnitTest.java:50)
> [snip]
> Caused by: junit.framework.AssertionFailedError: expected:<[]> but was:<[MemoryBlock{MemoryAddress=46913189579184, State=ALLOCATED, BlockSize=16, SlabId=0, FreeListId=NONE, RefCount=1, com.gemstone.gemfire.internal.offheap.SimpleMemoryAllocatorImpl$GemFireChunk$1@79640132, isSerialized=true, isCompressed=false, DataType=java.lang.String, DataValue=V1909}]>
> 	at junit.framework.Assert.fail(Assert.java:57)
> 	at junit.framework.Assert.failNotEquals(Assert.java:329)
> 	at junit.framework.Assert.assertEquals(Assert.java:78)
> 	at junit.framework.Assert.assertEquals(Assert.java:86)
> 	at com.gemstone.gemfire.internal.cache.OffHeapTestUtil.checkOrphans(OffHeapTestUtil.java:50)
> 	at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest$1.run(RegionWithHDFSOffHeapBasicDUnitTest.java:44)
> {code}



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