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 9B85D200D68 for ; Thu, 14 Dec 2017 00:45:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9A2A2160C23; Wed, 13 Dec 2017 23:45:15 +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 DFA91160C24 for ; Thu, 14 Dec 2017 00:45:14 +0100 (CET) Received: (qmail 79300 invoked by uid 500); 13 Dec 2017 23:45:14 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 79289 invoked by uid 99); 13 Dec 2017 23:45:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2017 23:45:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7BDE1180951 for ; Wed, 13 Dec 2017 23:45:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id z3FbyK9Flx0V for ; Wed, 13 Dec 2017 23:45:12 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7B8335F367 for ; Wed, 13 Dec 2017 23:45:12 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E0843E25A7 for ; Wed, 13 Dec 2017 23:45:09 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id CBBFF21304 for ; Wed, 13 Dec 2017 23:45:05 +0000 (UTC) Date: Wed, 13 Dec 2017 23:45:05 +0000 (UTC) From: "Jeff Jirsa (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-14119) uTest cql3.ViewTest crashes JVM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Dec 2017 23:45:15 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-14119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa updated CASSANDRA-14119: ----------------------------------- Labels: Testing (was: ) > uTest cql3.ViewTest crashes JVM > ------------------------------- > > Key: CASSANDRA-14119 > URL: https://issues.apache.org/jira/browse/CASSANDRA-14119 > Project: Cassandra > Issue Type: Bug > Reporter: Jay Zhuang > Labels: Testing > > It's failing a lot in [CircleCI|https://circleci.com/gh/cooldoger/cassandra/163#tests/containers/0], also locally: > {noformat} > $ ant test -Dtest.name=ViewTest > ... > [parallel] 2017-12-13 22:23:27 > [parallel] Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.111-b14 mixed mode): > [parallel] > [parallel] "Attach Listener" #453 daemon prio=9 os_prio=0 tid=0x00007fc6d0002000 nid=0xd16b waiting on condition [0x0000000000000000] > [parallel] java.lang.Thread.State: RUNNABLE > [parallel] > [parallel] Locked ownable synchronizers: > [parallel] - None > [parallel] > [parallel] "MutationStage-6" #404 daemon prio=1 os_prio=0 tid=0x00007fc584003800 nid=0xca90 waiting on condition [0x00007fc69c816000] > [parallel] java.lang.Thread.State: WAITING (parking) > [parallel] at sun.misc.Unsafe.park(Native Method) > [parallel] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) > [parallel] at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:87) > [parallel] at java.lang.Thread.run(Thread.java:745) > [parallel] > [parallel] Locked ownable synchronizers: > [parallel] - None > [parallel] > ... > [junit] Testsuite: org.apache.cassandra.cql3.ViewTest > [junit] Testsuite: org.apache.cassandra.cql3.ViewTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec > [junit] > [junit] Testcase: org.apache.cassandra.cql3.ViewTest:testBuilderWidePartition: Caused an ERROR > [junit] Timeout occurred. Please note the time in the report does not reflect the time until the timeout. > [junit] junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout. > [junit] at java.lang.Thread.run(Thread.java:745) > [junit] > [junit] > [junit] Test org.apache.cassandra.cql3.ViewTest FAILED (timeout) > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org