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 70805200B9B for ; Tue, 27 Sep 2016 14:49:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6F18F160AD2; Tue, 27 Sep 2016 12:49: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 AE05D160AD3 for ; Tue, 27 Sep 2016 14:49:21 +0200 (CEST) Received: (qmail 78271 invoked by uid 500); 27 Sep 2016 12:49:20 -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 78238 invoked by uid 99); 27 Sep 2016 12:49:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2016 12:49:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8CD612C0032 for ; Tue, 27 Sep 2016 12:49:20 +0000 (UTC) Date: Tue, 27 Sep 2016 12:49:20 +0000 (UTC) From: "Stephan Ewen (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: Tue, 27 Sep 2016 12:49:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15526016#comment-15526016 ] Stephan Ewen commented on FLINK-4387: ------------------------------------- Is this fixed now? > 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)