Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A235C200B74 for ; Wed, 17 Aug 2016 18:08:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A0D3F160A6C; Wed, 17 Aug 2016 16:08:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F0BA9160AB5 for ; Wed, 17 Aug 2016 18:08:21 +0200 (CEST) Received: (qmail 50703 invoked by uid 500); 17 Aug 2016 16:08:21 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 50414 invoked by uid 99); 17 Aug 2016 16:08:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2016 16:08:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CDD6B2C02AC for ; Wed, 17 Aug 2016 16:08:20 +0000 (UTC) Date: Wed, 17 Aug 2016 16:08:20 +0000 (UTC) From: "Ufuk Celebi (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4387) Instability in KvStateClientTest.testClientServerIntegration() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 17 Aug 2016 16:08:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424813#comment-15424813 ] Ufuk Celebi commented on FLINK-4387: ------------------------------------ Fixed in f791680 (master). In the newly introduced {{KvStateServer}} we were waiting on the termination future, which we don't do in other places. Re-enabled the test again. > Instability in KvStateClientTest.testClientServerIntegration() > -------------------------------------------------------------- > > Key: FLINK-4387 > URL: https://issues.apache.org/jira/browse/FLINK-4387 > Project: Flink > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Robert Metzger > Assignee: Ufuk Celebi > Labels: test-stability > > According to this log: https://s3.amazonaws.com/archive.travis-ci.org/jobs/151491745/log.txt > the {{KvStateClientTest}} didn't complete. > {code} > "main" #1 prio=5 os_prio=0 tid=0x00007fb2b400a000 nid=0x29dc in Object.wait() [0x00007fb2bcb3b000] > java.lang.Thread.State: WAITING (on object monitor) > at java.lang.Object.wait(Native Method) > - waiting on <0x00000000f7c049a0> (a io.netty.util.concurrent.DefaultPromise) > at java.lang.Object.wait(Object.java:502) > at io.netty.util.concurrent.DefaultPromise.await(DefaultPromise.java:254) > - locked <0x00000000f7c049a0> (a io.netty.util.concurrent.DefaultPromise) > at io.netty.util.concurrent.DefaultPromise.await(DefaultPromise.java:32) > at org.apache.flink.runtime.query.netty.KvStateServer.shutDown(KvStateServer.java:185) > at org.apache.flink.runtime.query.netty.KvStateClientTest.testClientServerIntegration(KvStateClientTest.java:680) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > {code} > and > {code} > Exception in thread "globalEventExecutor-1-3" java.lang.AssertionError > at io.netty.util.concurrent.AbstractScheduledEventExecutor.pollScheduledTask(AbstractScheduledEventExecutor.java:83) > at io.netty.util.concurrent.GlobalEventExecutor.fetchFromScheduledTaskQueue(GlobalEventExecutor.java:110) > at io.netty.util.concurrent.GlobalEventExecutor.takeTask(GlobalEventExecutor.java:95) > at io.netty.util.concurrent.GlobalEventExecutor$TaskRunner.run(GlobalEventExecutor.java:226) > at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) > at java.lang.Thread.run(Thread.java:745) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)