Return-Path: X-Original-To: apmail-geode-issues-archive@minotaur.apache.org Delivered-To: apmail-geode-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2422D18E11 for ; Mon, 10 Aug 2015 21:08:02 +0000 (UTC) Received: (qmail 25232 invoked by uid 500); 10 Aug 2015 21:07:55 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 25192 invoked by uid 500); 10 Aug 2015 21:07:55 -0000 Mailing-List: contact issues-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list issues@geode.incubator.apache.org Received: (qmail 25183 invoked by uid 99); 10 Aug 2015 21:07:55 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2015 21:07:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 48510C0CE8 for ; Mon, 10 Aug 2015 21:07:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id c4Z7waC0mgMl for ; Mon, 10 Aug 2015 21:07:46 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 20BDC42B1C for ; Mon, 10 Aug 2015 21:07:46 +0000 (UTC) Received: (qmail 25114 invoked by uid 99); 10 Aug 2015 21:07:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2015 21:07:45 +0000 Date: Mon, 10 Aug 2015 21:07:45 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-179) DistributedNoAckRegionCCEOffHeapDUnitTest.testEntryTtlDestroyEvent intermittent assertion falure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680769#comment-14680769 ] ASF subversion and git services commented on GEODE-179: ------------------------------------------------------- Commit e255c75e9be33e3d274c42822923ba3db0629739 in incubator-geode's branch refs/heads/develop from [~dschneider] [ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=e255c75 ] GEODE-179: fix race in testEntryTtlDestroyEvent A race existed that caused no-ack regions to fail because they did not see the entry expire. This race was fixed by suspending expiration until the create is seen on the remote side and then after permitting expiration using a wait for the expire to happen. > DistributedNoAckRegionCCEOffHeapDUnitTest.testEntryTtlDestroyEvent intermittent assertion falure > ------------------------------------------------------------------------------------------------ > > Key: GEODE-179 > URL: https://issues.apache.org/jira/browse/GEODE-179 > Project: Geode > Issue Type: Bug > Reporter: Darrel Schneider > Assignee: Darrel Schneider > Priority: Minor > > See: https://builds.apache.org/view/All/job/Geode-nightly/172/testReport/com.gemstone.gemfire.cache30/DistributedNoAckRegionCCEOffHeapDUnitTest/testEntryTtlDestroyEvent/ > dunit.RMIException: While invoking com.gemstone.gemfire.cache30.MultiVMRegionTestCase$183.run in VM 1 running on Host asf903.gq1.ygridcore.net with 4 VMs > at dunit.VM.invoke(VM.java:359) > at dunit.VM.invoke(VM.java:303) > at dunit.VM.invoke(VM.java:257) > at com.gemstone.gemfire.cache30.MultiVMRegionTestCase.testEntryTtlDestroyEvent(MultiVMRegionTestCase.java:3927) > Caused by: junit.framework.AssertionFailedError: Expected: but was: NonTXEntry@655cb9ec VersionedThinRegionEntryOffHeapStringKey1@2ab268f1 (key=KEY; rawValue=SimpleMemoryAllocatorImpl$GemFireChunk@-392327287:; version={v1; rv1; time=1438231062905};member=null) > at junit.framework.Assert.fail(Assert.java:57) > at junit.framework.Assert.assertTrue(Assert.java:22) > at junit.framework.Assert.assertNull(Assert.java:277) > at junit.framework.Assert.assertNull(Assert.java:268) > at junit.framework.TestCase.assertNull(TestCase.java:438) > at com.gemstone.gemfire.cache30.MultiVMRegionTestCase$183.run2(MultiVMRegionTestCase.java:3934) -- This message was sent by Atlassian JIRA (v6.3.4#6332)