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 99B0818999 for ; Thu, 27 Aug 2015 18:25:59 +0000 (UTC) Received: (qmail 47553 invoked by uid 500); 27 Aug 2015 18:25:59 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 47517 invoked by uid 500); 27 Aug 2015 18:25:59 -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 47508 invoked by uid 99); 27 Aug 2015 18:25:59 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 18:25:59 +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 0C8E5C0861 for ; Thu, 27 Aug 2015 18:25:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.795 X-Spam-Level: * X-Spam-Status: No, score=1.795 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id mTtCHsA7SJUE for ; Thu, 27 Aug 2015 18:25:47 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id BA96A21597 for ; Thu, 27 Aug 2015 18:25:46 +0000 (UTC) Received: (qmail 47171 invoked by uid 99); 27 Aug 2015 18:25:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 18:25:45 +0000 Date: Thu, 27 Aug 2015 18:25:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-222) RedisDistDUnitTest testConcOps failed due to JedisDataException 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-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14717231#comment-14717231 ] ASF GitHub Bot commented on GEODE-222: -------------------------------------- GitHub user vitogav opened a pull request: https://github.com/apache/incubator-geode/pull/18 GEODE-222 Allow redis adapter to handle live entry objects Previously encoding a response would not be able to handle the case where an entry was concurrently destroyed. The fix is to catch the EntryDestroyedException gracefully You can merge this pull request into a Git repository by running: $ git pull https://github.com/vitogav/incubator-geode GEODE-222 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/18.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #18 ---- commit d5ac2f97e97fbefe6efa710c6825f248f86ec975 Author: Vito Gavrilov Date: 2015-08-27T17:54:44Z GEODE-222 Allow redis adapter to handle live entry objects Previously encoding a response would not be able to handle the case where an entry was concurrently destroyed. The fix is to catch the EntryDestroyedException gracefully ---- > RedisDistDUnitTest testConcOps failed due to JedisDataException > --------------------------------------------------------------- > > Key: GEODE-222 > URL: https://issues.apache.org/jira/browse/GEODE-222 > Project: Geode > Issue Type: Bug > Affects Versions: 1.0.0-incubating > Reporter: Kirk Lund > Assignee: Vitaliy Gavrilov > > RedisDistDUnitTest testConcOps failed in nightly build due to "JedisDataException: ERR The server had an internal error please try again" > https://builds.apache.org/view/All/job/Geode-nightly/186/testReport/junit/com.gemstone.gemfire.redis/RedisDistDUnitTest/testConcOps/ > {code:java} > java.lang.Exception: An exception occured during async invocation > at dunit.AsyncInvocation.getResult(AsyncInvocation.java:175) > at com.gemstone.gemfire.redis.RedisDistDUnitTest.testConcOps(RedisDistDUnitTest.java:224) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at junit.framework.TestCase.runTest(TestCase.java:176) > at junit.framework.TestCase.runBare(TestCase.java:141) > at junit.framework.TestResult$1.protect(TestResult.java:122) > at junit.framework.TestResult.runProtected(TestResult.java:142) > at junit.framework.TestResult.run(TestResult.java:125) > at junit.framework.TestCase.run(TestCase.java:129) > at junit.framework.TestSuite.runTest(TestSuite.java:252) > at junit.framework.TestSuite.run(TestSuite.java:247) > at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) > at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:86) > at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:49) > at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64) > at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50) > at sun.reflect.GeneratedMethodAccessor213.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106) > at sun.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360) > at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > Caused by: dunit.RMIException: While invoking com.gemstone.gemfire.redis.RedisDistDUnitTest$1ConcOps.call in VM 2 running on Host asf911.gq1.ygridcore.net with 4 VMs > at dunit.VM.invoke(VM.java:359) > at dunit.VM$2.run(VM.java:211) > at java.lang.Thread.run(Thread.java:745) > at dunit.AsyncInvocation.run(AsyncInvocation.java:200) > Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR The server had an internal error please try again > at redis.clients.jedis.Protocol.processError(Protocol.java:117) > at redis.clients.jedis.Protocol.process(Protocol.java:142) > at redis.clients.jedis.Protocol.read(Protocol.java:196) > at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:288) > at redis.clients.jedis.Connection.getBinaryMultiBulkReply(Connection.java:224) > at redis.clients.jedis.Connection.getMultiBulkReply(Connection.java:217) > at redis.clients.jedis.Jedis.getTupledSet(Jedis.java:2072) > at redis.clients.jedis.Jedis.zrangeByScoreWithScores(Jedis.java:2058) > at com.gemstone.gemfire.redis.RedisDistDUnitTest$1ConcOps.call(RedisDistDUnitTest.java:208) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at hydra.MethExecutor.executeObject(MethExecutor.java:258) > at dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:67) > at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322) > at sun.rmi.transport.Transport$1.run(Transport.java:177) > at sun.rmi.transport.Transport$1.run(Transport.java:174) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:173) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:556) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:811) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:670) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)